Html Css Color HEX #328ABF Curious Blue

📋 copy color: '#328ABF'

red 50 ◦ green 138 ◦ blue 191

#328ABF
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Curious Blue #328ABF

Tints of Curious Blue #328ABF

RGB

 RED value IS 50 (19.92% from 255) = 13.19%

 GREEN value IS 138 (54.3% from 255) = 36.41%

 BLUE value IS 191 (75% from 255) = 50.4%

R = 13.19%
G = 36.41%
B = 50.4%

CMYK

 C value IS 0.74

 M value IS 0.28

 Y value IS 0

 K value IS 0.25

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#328ABF (or 0x328ABF) is known color: Curious Blue. HEX triplet: 32, 8A and BF. RGB value is (50,138,191). Sum of RGB (Red+Green+Blue) = 50+138+191=379 (50% of max value = 765). Red value is 50 (19.92% from 255 or 13.19% from 379); Green value is 138 (54.30% from 255 or 36.41% from 379); Blue value is 191 (75% from 255 or 50.40% from 379); Max value from RGB is 191 - color contains mainly: blue. Hex color #328ABF is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #328ABF is #CD7540. Grayscale: #757575. Windows color (decimal): -13464897 or 12552754. OLE color: 12552754.

HSL color Cylindrical-coordinate representation of color #328ABF: hue angle of 202.55º degrees, saturation: 0.59, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #328ABF is Cyan = 0.74, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 50 138 191 -
CMYK 0.74 0.28 0 0.25
HSL 202.55º 0.59% 0.47% -
HSV(B) 202.55º 0.74% 0.75% -
XYZ 19.81 22.62 52.61 -
YUV 117.73 169.35 79.69 -
System Red Green Blue C M Y K H S L
Decimal 50 138 191 0.74 0.28 0 0.25 202.55 0.59 0.47
Hex 32 8A BF 4A 1C 0 19 CB 3B 2F
Octal 62 212 277 112 34 0 31 313 73 57
Binary 110010 10001010 10111111 1001010 11100 0 11001 11001011 111011 101111

Color Harmonies of #328ABF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #328ABF

Black with #328ABF

Text Example


Text Example

White with #328ABF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #328ABF; }

 p { color: rgb(50,138,191); }

 H1.HeaderClassName
 {
   color: #328ABF;
 }
 .AnyTagClassName
 {
   color: #328ABF;
 }
</style>

background-color css

<style>
 a { background-color: #328ABF; }

 a { background-color: rgb(50,138,191); }

 div.DivClassName
 {
   background-color: #328ABF;
 }
 .BgClassName
 {
   background-color: #328ABF;
 }
</style>

border-color css

<style>
 span { border-color: #328ABF; }

 span { border-color: rgb(50,138,191); }

 td.TdClassName
 {
   border-color: #328ABF;
 }
 .TagClassName
 {
   border-color: #328ABF;
 }
</style>