Html Css Color HEX #285868 Chathams Blue

📋 copy color: '#285868'

red 40 ◦ green 88 ◦ blue 104

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

Shades of Chathams Blue #285868

Tints of Chathams Blue #285868

RGB

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

 GREEN value IS 88 (34.77% from 255) = 37.93%

 BLUE value IS 104 (41.02% from 255) = 44.83%

R = 17.24%
G = 37.93%
B = 44.83%

CMYK

 C value IS 0.62

 M value IS 0.15

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#285868 (or 0x285868) is known color: Chathams Blue. HEX triplet: 28, 58 and 68. RGB value is (40,88,104). Sum of RGB (Red+Green+Blue) = 40+88+104=232 (30% of max value = 765). Red value is 40 (16.02% from 255 or 17.24% from 232); Green value is 88 (34.77% from 255 or 37.93% from 232); Blue value is 104 (41.02% from 255 or 44.83% from 232); Max value from RGB is 104 - color contains mainly: blue. Hex color #285868 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #285868 is #D7A797. Grayscale: #4B4B4B. Windows color (decimal): -14133144 or 6838312. OLE color: 6838312.

HSL color Cylindrical-coordinate representation of color #285868: hue angle of 195º degrees, saturation: 0.44, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #285868 is Cyan = 0.62, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB 40 88 104 -
CMYK 0.62 0.15 0 0.59
HSL 195º 0.44% 0.28% -
HSV(B) 195º 0.62% 0.41% -
XYZ 6.86 8.43 14.36 -
YUV 75.47 144.1 102.7 -
System Red Green Blue C M Y K H S L
Decimal 40 88 104 0.62 0.15 0 0.59 195 0.44 0.28
Hex 28 58 68 3E F 0 3B C3 2C 1C
Octal 50 130 150 76 17 0 73 303 54 34
Binary 101000 1011000 1101000 111110 1111 0 111011 11000011 101100 11100

Color Harmonies of #285868

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #285868

Black with #285868

Text Example


Text Example

White with #285868

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #285868; }

 p { color: rgb(40,88,104); }

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

background-color css

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

 a { background-color: rgb(40,88,104); }

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

border-color css

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

 span { border-color: rgb(40,88,104); }

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