Html Css Color HEX #285863 Chathams Blue

📋 copy color: '#285863'

red 40 ◦ green 88 ◦ blue 99

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

Shades of Chathams Blue #285863

Tints of Chathams Blue #285863

RGB

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

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

 BLUE value IS 99 (39.06% from 255) = 43.61%

R = 17.62%
G = 38.77%
B = 43.61%

CMYK

 C value IS 0.60

 M value IS 0.11

 Y value IS 0

 K value IS 0.61

RGB Variations

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

Color information

#285863 (or 0x285863) is known color: Chathams Blue. HEX triplet: 28, 58 and 63. RGB value is (40,88,99). Sum of RGB (Red+Green+Blue) = 40+88+99=227 (30% of max value = 765). Red value is 40 (16.02% from 255 or 17.62% from 227); Green value is 88 (34.77% from 255 or 38.77% from 227); Blue value is 99 (39.06% from 255 or 43.61% from 227); Max value from RGB is 99 - color contains mainly: blue. Hex color #285863 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #285863 is #D7A79C. Grayscale: #4A4A4A. Windows color (decimal): -14133149 or 6510632. OLE color: 6510632.

HSL color Cylindrical-coordinate representation of color #285863: hue angle of 191.19º degrees, saturation: 0.42, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #285863 is Cyan = 0.60, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB 40 88 99 -
CMYK 0.60 0.11 0 0.61
HSL 191.19º 0.42% 0.27% -
HSV(B) 191.19º 0.6% 0.39% -
XYZ 6.62 8.33 13.06 -
YUV 74.9 141.6 103.11 -
System Red Green Blue C M Y K H S L
Decimal 40 88 99 0.60 0.11 0 0.61 191.19 0.42 0.27
Hex 28 58 63 3C B 0 3D BF 2A 1B
Octal 50 130 143 74 13 0 75 277 52 33
Binary 101000 1011000 1100011 111100 1011 0 111101 10111111 101010 11011

Color Harmonies of #285863

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #285863

Black with #285863

Text Example


Text Example

White with #285863

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #285863; }

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

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

background-color css

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

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

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

border-color css

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

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

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