Html Css Color HEX #32828B Blue Chill

📋 copy color: '#32828B'

red 50 ◦ green 130 ◦ blue 139

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

Shades of Blue Chill #32828B

Tints of Blue Chill #32828B

RGB

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

 GREEN value IS 130 (51.17% from 255) = 40.75%

 BLUE value IS 139 (54.69% from 255) = 43.57%

R = 15.67%
G = 40.75%
B = 43.57%

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

#32828B (or 0x32828B) is known color: Blue Chill. HEX triplet: 32, 82 and 8B. RGB value is (50,130,139). Sum of RGB (Red+Green+Blue) = 50+130+139=319 (42% of max value = 765). Red value is 50 (19.92% from 255 or 15.67% from 319); Green value is 130 (51.17% from 255 or 40.75% from 319); Blue value is 139 (54.69% from 255 or 43.57% from 319); Max value from RGB is 139 - color contains mainly: blue. Hex color #32828B is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #32828B is #CD7D74. Grayscale: #6A6A6A. Windows color (decimal): -13466997 or 9142834. OLE color: 9142834.

HSL color Cylindrical-coordinate representation of color #32828B: hue angle of 186.07º 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 #32828B is Cyan = 0.64, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 50 130 139 -
CMYK 0.64 0.06 0 0.45
HSL 186.07º 0.47% 0.37% -
HSV(B) 186.07º 0.64% 0.55% -
XYZ 13.96 18.51 27.26 -
YUV 107.11 146 87.27 -
System Red Green Blue C M Y K H S L
Decimal 50 130 139 0.64 0.06 0 0.45 186.07 0.47 0.37
Hex 32 82 8B 40 6 0 2D BA 2F 25
Octal 62 202 213 100 6 0 55 272 57 45
Binary 110010 10000010 10001011 1000000 110 0 101101 10111010 101111 100101

Color Harmonies of #32828B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #32828B

Black with #32828B

Text Example


Text Example

White with #32828B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #32828B; }

 p { color: rgb(50,130,139); }

 H1.HeaderClassName
 {
   color: #32828B;
 }
 .AnyTagClassName
 {
   color: #32828B;
 }
</style>

background-color css

<style>
 a { background-color: #32828B; }

 a { background-color: rgb(50,130,139); }

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

border-color css

<style>
 span { border-color: #32828B; }

 span { border-color: rgb(50,130,139); }

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