Html Css Color HEX #285471 Chathams Blue

📋 copy color: '#285471'

red 40 ◦ green 84 ◦ blue 113

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

Shades of Chathams Blue #285471

Tints of Chathams Blue #285471

RGB

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

 GREEN value IS 84 (33.2% from 255) = 35.44%

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

R = 16.88%
G = 35.44%
B = 47.68%

CMYK

 C value IS 0.65

 M value IS 0.26

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#285471 (or 0x285471) is known color: Chathams Blue. HEX triplet: 28, 54 and 71. RGB value is (40,84,113). Sum of RGB (Red+Green+Blue) = 40+84+113=237 (31% of max value = 765). Red value is 40 (16.02% from 255 or 16.88% from 237); Green value is 84 (33.20% from 255 or 35.44% from 237); Blue value is 113 (44.53% from 255 or 47.68% from 237); Max value from RGB is 113 - color contains mainly: blue. Hex color #285471 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #285471 is #D7AB8E. Grayscale: #494949. Windows color (decimal): -14134159 or 7427112. OLE color: 7427112.

HSL color Cylindrical-coordinate representation of color #285471: hue angle of 203.84º 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 #285471 is Cyan = 0.65, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 40 84 113 -
CMYK 0.65 0.26 0 0.56
HSL 203.84º 0.48% 0.3% -
HSV(B) 203.84º 0.65% 0.44% -
XYZ 7.03 7.98 16.79 -
YUV 74.15 149.92 103.64 -
System Red Green Blue C M Y K H S L
Decimal 40 84 113 0.65 0.26 0 0.56 203.84 0.48 0.3
Hex 28 54 71 41 1A 0 38 CC 30 1E
Octal 50 124 161 101 32 0 70 314 60 36
Binary 101000 1010100 1110001 1000001 11010 0 111000 11001100 110000 11110

Color Harmonies of #285471

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #285471

Black with #285471

Text Example


Text Example

White with #285471

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #285471; }

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

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

background-color css

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

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

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

border-color css

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

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

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