Html Css Color HEX #285865 Chathams Blue

📋 copy color: '#285865'

red 40 ◦ green 88 ◦ blue 101

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

Shades of Chathams Blue #285865

Tints of Chathams Blue #285865

RGB

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

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

 BLUE value IS 101 (39.84% from 255) = 44.1%

R = 17.47%
G = 38.43%
B = 44.1%

CMYK

 C value IS 0.60

 M value IS 0.13

 Y value IS 0

 K value IS 0.60

RGB Variations

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

Color information

#285865 (or 0x285865) is known color: Chathams Blue. HEX triplet: 28, 58 and 65. RGB value is (40,88,101). Sum of RGB (Red+Green+Blue) = 40+88+101=229 (30% of max value = 765). Red value is 40 (16.02% from 255 or 17.47% from 229); Green value is 88 (34.77% from 255 or 38.43% from 229); Blue value is 101 (39.84% from 255 or 44.10% from 229); Max value from RGB is 101 - color contains mainly: blue. Hex color #285865 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #285865 is #D7A79A. Grayscale: #4B4B4B. Windows color (decimal): -14133147 or 6641704. OLE color: 6641704.

HSL color Cylindrical-coordinate representation of color #285865: hue angle of 192.79º degrees, saturation: 0.43, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #285865 is Cyan = 0.60, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.60.

Color convert

RGB 40 88 101 -
CMYK 0.60 0.13 0 0.60
HSL 192.79º 0.43% 0.28% -
HSV(B) 192.79º 0.6% 0.4% -
XYZ 6.71 8.37 13.57 -
YUV 75.13 142.6 102.94 -
System Red Green Blue C M Y K H S L
Decimal 40 88 101 0.60 0.13 0 0.60 192.79 0.43 0.28
Hex 28 58 65 3C D 0 3C C1 2B 1C
Octal 50 130 145 74 15 0 74 301 53 34
Binary 101000 1011000 1100101 111100 1101 0 111100 11000001 101011 11100

Color Harmonies of #285865

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #285865

Black with #285865

Text Example


Text Example

White with #285865

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #285865; }

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

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

background-color css

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

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

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

border-color css

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

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

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