Html Css Color HEX #285971 Chathams Blue

📋 copy color: '#285971'

red 40 ◦ green 89 ◦ blue 113

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

Shades of Chathams Blue #285971

Tints of Chathams Blue #285971

RGB

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

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

 BLUE value IS 113 (44.53% from 255) = 46.69%

R = 16.53%
G = 36.78%
B = 46.69%

CMYK

 C value IS 0.65

 M value IS 0.21

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#285971 (or 0x285971) is known color: Chathams Blue. HEX triplet: 28, 59 and 71. RGB value is (40,89,113). Sum of RGB (Red+Green+Blue) = 40+89+113=242 (32% of max value = 765). Red value is 40 (16.02% from 255 or 16.53% from 242); Green value is 89 (35.16% from 255 or 36.78% from 242); Blue value is 113 (44.53% from 255 or 46.69% from 242); Max value from RGB is 113 - color contains mainly: blue. Hex color #285971 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #285971 is #D7A68E. Grayscale: #4C4C4C. Windows color (decimal): -14132879 or 7428392. OLE color: 7428392.

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

Color convert

RGB 40 89 113 -
CMYK 0.65 0.21 0 0.56
HSL 199.73º 0.48% 0.3% -
HSV(B) 199.73º 0.65% 0.44% -
XYZ 7.43 8.79 16.93 -
YUV 77.09 148.27 101.55 -
System Red Green Blue C M Y K H S L
Decimal 40 89 113 0.65 0.21 0 0.56 199.73 0.48 0.3
Hex 28 59 71 41 15 0 38 C8 30 1E
Octal 50 131 161 101 25 0 70 310 60 36
Binary 101000 1011001 1110001 1000001 10101 0 111000 11001000 110000 11110

Color Harmonies of #285971

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #285971

Black with #285971

Text Example


Text Example

White with #285971

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #285971; }

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

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

background-color css

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

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

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

border-color css

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

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

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