Html Css Color HEX #285C6E Chathams Blue

📋 copy color: '#285C6E'

red 40 ◦ green 92 ◦ blue 110

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

Shades of Chathams Blue #285C6E

Tints of Chathams Blue #285C6E

RGB

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

 GREEN value IS 92 (36.33% from 255) = 38.02%

 BLUE value IS 110 (43.36% from 255) = 45.45%

R = 16.53%
G = 38.02%
B = 45.45%

CMYK

 C value IS 0.64

 M value IS 0.16

 Y value IS 0

 K value IS 0.57

RGB Variations

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

Color information

#285C6E (or 0x285C6E) is known color: Chathams Blue. HEX triplet: 28, 5C and 6E. RGB value is (40,92,110). Sum of RGB (Red+Green+Blue) = 40+92+110=242 (32% of max value = 765). Red value is 40 (16.02% from 255 or 16.53% from 242); Green value is 92 (36.33% from 255 or 38.02% from 242); Blue value is 110 (43.36% from 255 or 45.45% from 242); Max value from RGB is 110 - color contains mainly: blue. Hex color #285C6E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #285C6E is #D7A391. Grayscale: #4E4E4E. Windows color (decimal): -14132114 or 7232552. OLE color: 7232552.

HSL color Cylindrical-coordinate representation of color #285C6E: hue angle of 195.43º degrees, saturation: 0.47, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #285C6E is Cyan = 0.64, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB 40 92 110 -
CMYK 0.64 0.16 0 0.57
HSL 195.43º 0.47% 0.29% -
HSV(B) 195.43º 0.64% 0.43% -
XYZ 7.52 9.23 16.14 -
YUV 78.5 145.77 100.54 -
System Red Green Blue C M Y K H S L
Decimal 40 92 110 0.64 0.16 0 0.57 195.43 0.47 0.29
Hex 28 5C 6E 40 10 0 39 C3 2F 1D
Octal 50 134 156 100 20 0 71 303 57 35
Binary 101000 1011100 1101110 1000000 10000 0 111001 11000011 101111 11101

Color Harmonies of #285C6E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #285C6E

Black with #285C6E

Text Example


Text Example

White with #285C6E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(40,92,110); }

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

background-color css

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

 a { background-color: rgb(40,92,110); }

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

border-color css

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

 span { border-color: rgb(40,92,110); }

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