Html Css Color HEX #285D71 Chathams Blue

📋 copy color: '#285D71'

red 40 ◦ green 93 ◦ blue 113

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

Shades of Chathams Blue #285D71

Tints of Chathams Blue #285D71

RGB

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

 GREEN value IS 93 (36.72% from 255) = 37.8%

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

R = 16.26%
G = 37.8%
B = 45.93%

CMYK

 C value IS 0.65

 M value IS 0.18

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#285D71 (or 0x285D71) is known color: Chathams Blue. HEX triplet: 28, 5D and 71. RGB value is (40,93,113). Sum of RGB (Red+Green+Blue) = 40+93+113=246 (32% of max value = 765). Red value is 40 (16.02% from 255 or 16.26% from 246); Green value is 93 (36.72% from 255 or 37.80% from 246); Blue value is 113 (44.53% from 255 or 45.93% from 246); Max value from RGB is 113 - color contains mainly: blue. Hex color #285D71 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #285D71 is #D7A28E. Grayscale: #4F4F4F. Windows color (decimal): -14131855 or 7429416. OLE color: 7429416.

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

Color convert

RGB 40 93 113 -
CMYK 0.65 0.18 0 0.56
HSL 196.44º 0.48% 0.3% -
HSV(B) 196.44º 0.65% 0.44% -
XYZ 7.77 9.47 17.04 -
YUV 79.43 146.94 99.87 -
System Red Green Blue C M Y K H S L
Decimal 40 93 113 0.65 0.18 0 0.56 196.44 0.48 0.3
Hex 28 5D 71 41 12 0 38 C4 30 1E
Octal 50 135 161 101 22 0 70 304 60 36
Binary 101000 1011101 1110001 1000001 10010 0 111000 11000100 110000 11110

Color Harmonies of #285D71

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #285D71

Black with #285D71

Text Example


Text Example

White with #285D71

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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