Html Css Color HEX #285268 Chathams Blue

📋 copy color: '#285268'

red 40 ◦ green 82 ◦ blue 104

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

Shades of Chathams Blue #285268

Tints of Chathams Blue #285268

RGB

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

 GREEN value IS 82 (32.42% from 255) = 36.28%

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

R = 17.7%
G = 36.28%
B = 46.02%

CMYK

 C value IS 0.62

 M value IS 0.21

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#285268 (or 0x285268) is known color: Chathams Blue. HEX triplet: 28, 52 and 68. RGB value is (40,82,104). Sum of RGB (Red+Green+Blue) = 40+82+104=226 (29% of max value = 765). Red value is 40 (16.02% from 255 or 17.70% from 226); Green value is 82 (32.42% from 255 or 36.28% from 226); Blue value is 104 (41.02% from 255 or 46.02% from 226); Max value from RGB is 104 - color contains mainly: blue. Hex color #285268 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #285268 is #D7AD97. Grayscale: #474747. Windows color (decimal): -14134680 or 6836776. OLE color: 6836776.

HSL color Cylindrical-coordinate representation of color #285268: hue angle of 200.62º 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 #285268 is Cyan = 0.62, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB 40 82 104 -
CMYK 0.62 0.21 0 0.59
HSL 200.63º 0.44% 0.28% -
HSV(B) 200.63º 0.62% 0.41% -
XYZ 6.39 7.49 14.2 -
YUV 71.95 146.09 105.21 -
System Red Green Blue C M Y K H S L
Decimal 40 82 104 0.62 0.21 0 0.59 200.63 0.44 0.28
Hex 28 52 68 3E 15 0 3B C9 2C 1C
Octal 50 122 150 76 25 0 73 311 54 34
Binary 101000 1010010 1101000 111110 10101 0 111011 11001001 101100 11100

Color Harmonies of #285268

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #285268

Black with #285268

Text Example


Text Example

White with #285268

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #285268; }

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

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

background-color css

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

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

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

border-color css

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

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

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