Html Css Color HEX #285666 Chathams Blue

📋 copy color: '#285666'

red 40 ◦ green 86 ◦ blue 102

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

Shades of Chathams Blue #285666

Tints of Chathams Blue #285666

RGB

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

 GREEN value IS 86 (33.98% from 255) = 37.72%

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

R = 17.54%
G = 37.72%
B = 44.74%

CMYK

 C value IS 0.61

 M value IS 0.16

 Y value IS 0

 K value IS 0.6

RGB Variations

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

Color information

#285666 (or 0x285666) is known color: Chathams Blue. HEX triplet: 28, 56 and 66. RGB value is (40,86,102). Sum of RGB (Red+Green+Blue) = 40+86+102=228 (30% of max value = 765). Red value is 40 (16.02% from 255 or 17.54% from 228); Green value is 86 (33.98% from 255 or 37.72% from 228); Blue value is 102 (40.23% from 255 or 44.74% from 228); Max value from RGB is 102 - color contains mainly: blue. Hex color #285666 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #285666 is #D7A999. Grayscale: #494949. Windows color (decimal): -14133658 or 6706728. OLE color: 6706728.

HSL color Cylindrical-coordinate representation of color #285666: hue angle of 195.48º 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 #285666 is Cyan = 0.61, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.6.

Color convert

RGB 40 86 102 -
CMYK 0.61 0.16 0 0.6
HSL 195.48º 0.44% 0.28% -
HSV(B) 195.48º 0.61% 0.4% -
XYZ 6.6 8.07 13.78 -
YUV 74.07 143.76 103.7 -
System Red Green Blue C M Y K H S L
Decimal 40 86 102 0.61 0.16 0 0.6 195.48 0.44 0.28
Hex 28 56 66 3D 10 0 3C C3 2C 1C
Octal 50 126 146 75 20 0 74 303 54 34
Binary 101000 1010110 1100110 111101 10000 0 111100 11000011 101100 11100

Color Harmonies of #285666

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #285666

Black with #285666

Text Example


Text Example

White with #285666

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #285666; }

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

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

background-color css

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

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

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

border-color css

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

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

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