Html Css Color HEX #285969 Chathams Blue

📋 copy color: '#285969'

red 40 ◦ green 89 ◦ blue 105

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

Shades of Chathams Blue #285969

Tints of Chathams Blue #285969

RGB

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

 GREEN value IS 89 (35.16% from 255) = 38.03%

 BLUE value IS 105 (41.41% from 255) = 44.87%

R = 17.09%
G = 38.03%
B = 44.87%

CMYK

 C value IS 0.62

 M value IS 0.15

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#285969 (or 0x285969) is known color: Chathams Blue. HEX triplet: 28, 59 and 69. RGB value is (40,89,105). Sum of RGB (Red+Green+Blue) = 40+89+105=234 (30% of max value = 765). Red value is 40 (16.02% from 255 or 17.09% from 234); Green value is 89 (35.16% from 255 or 38.03% from 234); Blue value is 105 (41.41% from 255 or 44.87% from 234); Max value from RGB is 105 - color contains mainly: blue. Hex color #285969 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #285969 is #D7A696. Grayscale: #4C4C4C. Windows color (decimal): -14132887 or 6904104. OLE color: 6904104.

HSL color Cylindrical-coordinate representation of color #285969: hue angle of 194.77º degrees, saturation: 0.45, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #285969 is Cyan = 0.62, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB 40 89 105 -
CMYK 0.62 0.15 0 0.59
HSL 194.77º 0.45% 0.28% -
HSV(B) 194.77º 0.62% 0.41% -
XYZ 7 8.62 14.66 -
YUV 76.17 144.27 102.2 -
System Red Green Blue C M Y K H S L
Decimal 40 89 105 0.62 0.15 0 0.59 194.77 0.45 0.28
Hex 28 59 69 3E F 0 3B C3 2D 1C
Octal 50 131 151 76 17 0 73 303 55 34
Binary 101000 1011001 1101001 111110 1111 0 111011 11000011 101101 11100

Color Harmonies of #285969

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #285969

Black with #285969

Text Example


Text Example

White with #285969

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #285969; }

 p { color: rgb(40,89,105); }

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

background-color css

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

 a { background-color: rgb(40,89,105); }

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

border-color css

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

 span { border-color: rgb(40,89,105); }

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