Html Css Color HEX #285A6A Chathams Blue

📋 copy color: '#285A6A'

red 40 ◦ green 90 ◦ blue 106

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

Shades of Chathams Blue #285A6A

Tints of Chathams Blue #285A6A

RGB

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

 GREEN value IS 90 (35.55% from 255) = 38.14%

 BLUE value IS 106 (41.8% from 255) = 44.92%

R = 16.95%
G = 38.14%
B = 44.92%

CMYK

 C value IS 0.62

 M value IS 0.15

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#285A6A (or 0x285A6A) is known color: Chathams Blue. HEX triplet: 28, 5A and 6A. RGB value is (40,90,106). Sum of RGB (Red+Green+Blue) = 40+90+106=236 (31% of max value = 765). Red value is 40 (16.02% from 255 or 16.95% from 236); Green value is 90 (35.55% from 255 or 38.14% from 236); Blue value is 106 (41.80% from 255 or 44.92% from 236); Max value from RGB is 106 - color contains mainly: blue. Hex color #285A6A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #285A6A is #D7A595. Grayscale: #4C4C4C. Windows color (decimal): -14132630 or 6969896. OLE color: 6969896.

HSL color Cylindrical-coordinate representation of color #285A6A: hue angle of 194.55º degrees, saturation: 0.45, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #285A6A is Cyan = 0.62, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB 40 90 106 -
CMYK 0.62 0.15 0 0.58
HSL 194.55º 0.45% 0.29% -
HSV(B) 194.55º 0.62% 0.42% -
XYZ 7.13 8.8 14.96 -
YUV 76.87 144.44 101.7 -
System Red Green Blue C M Y K H S L
Decimal 40 90 106 0.62 0.15 0 0.58 194.55 0.45 0.29
Hex 28 5A 6A 3E F 0 3A C3 2D 1D
Octal 50 132 152 76 17 0 72 303 55 35
Binary 101000 1011010 1101010 111110 1111 0 111010 11000011 101101 11101

Color Harmonies of #285A6A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #285A6A

Black with #285A6A

Text Example


Text Example

White with #285A6A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #285A6A; }

 p { color: rgb(40,90,106); }

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

background-color css

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

 a { background-color: rgb(40,90,106); }

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

border-color css

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

 span { border-color: rgb(40,90,106); }

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