Html Css Color HEX #285973 Chathams Blue

📋 copy color: '#285973'

red 40 ◦ green 89 ◦ blue 115

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

Shades of Chathams Blue #285973

Tints of Chathams Blue #285973

RGB

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

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

 BLUE value IS 115 (45.31% from 255) = 47.13%

R = 16.39%
G = 36.48%
B = 47.13%

CMYK

 C value IS 0.65

 M value IS 0.23

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#285973 (or 0x285973) is known color: Chathams Blue. HEX triplet: 28, 59 and 73. RGB value is (40,89,115). Sum of RGB (Red+Green+Blue) = 40+89+115=244 (32% of max value = 765). Red value is 40 (16.02% from 255 or 16.39% from 244); Green value is 89 (35.16% from 255 or 36.48% from 244); Blue value is 115 (45.31% from 255 or 47.13% from 244); Max value from RGB is 115 - color contains mainly: blue. Hex color #285973 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #285973 is #D7A68C. Grayscale: #4D4D4D. Windows color (decimal): -14132877 or 7559464. OLE color: 7559464.

HSL color Cylindrical-coordinate representation of color #285973: hue angle of 200.8º degrees, saturation: 0.48, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #285973 is Cyan = 0.65, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 40 89 115 -
CMYK 0.65 0.23 0 0.55
HSL 200.8º 0.48% 0.3% -
HSV(B) 200.8º 0.65% 0.45% -
XYZ 7.54 8.83 17.53 -
YUV 77.31 149.27 101.39 -
System Red Green Blue C M Y K H S L
Decimal 40 89 115 0.65 0.23 0 0.55 200.8 0.48 0.3
Hex 28 59 73 41 17 0 37 C9 30 1E
Octal 50 131 163 101 27 0 67 311 60 36
Binary 101000 1011001 1110011 1000001 10111 0 110111 11001001 110000 11110

Color Harmonies of #285973

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #285973

Black with #285973

Text Example


Text Example

White with #285973

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #285973; }

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

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

background-color css

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

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

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

border-color css

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

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

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