Html Css Color HEX #285566 Chathams Blue

📋 copy color: '#285566'

red 40 ◦ green 85 ◦ blue 102

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

Shades of Chathams Blue #285566

Tints of Chathams Blue #285566

RGB

 RED value IS 40 (16.02% from 255) = 17.62%

 GREEN value IS 85 (33.59% from 255) = 37.44%

 BLUE value IS 102 (40.23% from 255) = 44.93%

R = 17.62%
G = 37.44%
B = 44.93%

CMYK

 C value IS 0.61

 M value IS 0.17

 Y value IS 0

 K value IS 0.6

RGB Variations

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

Color information

#285566 (or 0x285566) is known color: Chathams Blue. HEX triplet: 28, 55 and 66. RGB value is (40,85,102). Sum of RGB (Red+Green+Blue) = 40+85+102=227 (30% of max value = 765). Red value is 40 (16.02% from 255 or 17.62% from 227); Green value is 85 (33.59% from 255 or 37.44% from 227); Blue value is 102 (40.23% from 255 or 44.93% from 227); Max value from RGB is 102 - color contains mainly: blue. Hex color #285566 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #285566 is #D7AA99. Grayscale: #494949. Windows color (decimal): -14133914 or 6706472. OLE color: 6706472.

HSL color Cylindrical-coordinate representation of color #285566: hue angle of 196.45º degrees, saturation: 0.44, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #285566 is Cyan = 0.61, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.6.

Color convert

RGB 40 85 102 -
CMYK 0.61 0.17 0 0.6
HSL 196.45º 0.44% 0.28% -
HSV(B) 196.45º 0.61% 0.4% -
XYZ 6.52 7.91 13.75 -
YUV 73.48 144.09 104.12 -
System Red Green Blue C M Y K H S L
Decimal 40 85 102 0.61 0.17 0 0.6 196.45 0.44 0.28
Hex 28 55 66 3D 11 0 3C C4 2C 1C
Octal 50 125 146 75 21 0 74 304 54 34
Binary 101000 1010101 1100110 111101 10001 0 111100 11000100 101100 11100

Color Harmonies of #285566

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #285566

Black with #285566

Text Example


Text Example

White with #285566

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #285566; }

 p { color: rgb(40,85,102); }

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

background-color css

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

 a { background-color: rgb(40,85,102); }

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

border-color css

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

 span { border-color: rgb(40,85,102); }

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