Html Css Color HEX #428888 Blue Chill

📋 copy color: '#428888'

red 66 ◦ green 136 ◦ blue 136

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

Shades of Blue Chill #428888

Tints of Blue Chill #428888

RGB

 RED value IS 66 (26.17% from 255) = 19.53%

 GREEN value IS 136 (53.52% from 255) = 40.24%

 BLUE value IS 136 (53.52% from 255) = 40.24%

R = 19.53%
G = 40.24%
B = 40.24%

CMYK

 C value IS 0.51

 M value IS 0

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#428888 (or 0x428888) is known color: Blue Chill. HEX triplet: 42, 88 and 88. RGB value is (66,136,136). Sum of RGB (Red+Green+Blue) = 66+136+136=338 (44% of max value = 765). Red value is 66 (26.17% from 255 or 19.53% from 338); Green value is 136 (53.52% from 255 or 40.24% from 338); Blue value is 136 (53.52% from 255 or 40.24% from 338); Max value from RGB is 136 - color contains mainly: green, blue. Hex color #428888 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #428888 is #BD7777. Grayscale: #737373. Windows color (decimal): -12416888 or 8947778. OLE color: 8947778.

HSL color Cylindrical-coordinate representation of color #428888: hue angle of 180º degrees, saturation: 0.35, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #428888 is Cyan = 0.51, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 66 136 136 -
CMYK 0.51 0 0 0.47
HSL 180º 0.35% 0.4% -
HSV(B) 180º 0.51% 0.53% -
XYZ 15.49 20.54 26.44 -
YUV 115.07 139.81 93 -
System Red Green Blue C M Y K H S L
Decimal 66 136 136 0.51 0 0 0.47 180 0.35 0.4
Hex 42 88 88 33 0 0 2F B4 23 28
Octal 102 210 210 63 0 0 57 264 43 50
Binary 1000010 10001000 10001000 110011 0 0 101111 10110100 100011 101000

Color Harmonies of #428888

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #428888

Black with #428888

Text Example


Text Example

White with #428888

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #428888; }

 p { color: rgb(66,136,136); }

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

background-color css

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

 a { background-color: rgb(66,136,136); }

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

border-color css

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

 span { border-color: rgb(66,136,136); }

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