Html Css Color HEX #32838C Blue Chill

📋 copy color: '#32838C'

red 50 ◦ green 131 ◦ blue 140

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

Shades of Blue Chill #32838C

Tints of Blue Chill #32838C

RGB

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

 GREEN value IS 131 (51.56% from 255) = 40.81%

 BLUE value IS 140 (55.08% from 255) = 43.61%

R = 15.58%
G = 40.81%
B = 43.61%

CMYK

 C value IS 0.64

 M value IS 0.06

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#32838C (or 0x32838C) is known color: Blue Chill. HEX triplet: 32, 83 and 8C. RGB value is (50,131,140). Sum of RGB (Red+Green+Blue) = 50+131+140=321 (42% of max value = 765). Red value is 50 (19.92% from 255 or 15.58% from 321); Green value is 131 (51.56% from 255 or 40.81% from 321); Blue value is 140 (55.08% from 255 or 43.61% from 321); Max value from RGB is 140 - color contains mainly: blue. Hex color #32838C is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #32838C is #CD7C73. Grayscale: #6B6B6B. Windows color (decimal): -13466740 or 9208626. OLE color: 9208626.

HSL color Cylindrical-coordinate representation of color #32838C: hue angle of 186º degrees, saturation: 0.47, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #32838C is Cyan = 0.64, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 50 131 140 -
CMYK 0.64 0.06 0 0.45
HSL 186º 0.47% 0.37% -
HSV(B) 186º 0.64% 0.55% -
XYZ 14.17 18.8 27.69 -
YUV 107.81 146.16 86.77 -
System Red Green Blue C M Y K H S L
Decimal 50 131 140 0.64 0.06 0 0.45 186 0.47 0.37
Hex 32 83 8C 40 6 0 2D BA 2F 25
Octal 62 203 214 100 6 0 55 272 57 45
Binary 110010 10000011 10001100 1000000 110 0 101101 10111010 101111 100101

Color Harmonies of #32838C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #32838C

Black with #32838C

Text Example


Text Example

White with #32838C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #32838C; }

 p { color: rgb(50,131,140); }

 H1.HeaderClassName
 {
   color: #32838C;
 }
 .AnyTagClassName
 {
   color: #32838C;
 }
</style>

background-color css

<style>
 a { background-color: #32838C; }

 a { background-color: rgb(50,131,140); }

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

border-color css

<style>
 span { border-color: #32838C; }

 span { border-color: rgb(50,131,140); }

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