Html Css Color HEX #285466 Chathams Blue

📋 copy color: '#285466'

red 40 ◦ green 84 ◦ blue 102

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

Shades of Chathams Blue #285466

Tints of Chathams Blue #285466

RGB

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

 GREEN value IS 84 (33.2% from 255) = 37.17%

 BLUE value IS 102 (40.23% from 255) = 45.13%

R = 17.7%
G = 37.17%
B = 45.13%

CMYK

 C value IS 0.61

 M value IS 0.18

 Y value IS 0

 K value IS 0.6

RGB Variations

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

Color information

#285466 (or 0x285466) is known color: Chathams Blue. HEX triplet: 28, 54 and 66. RGB value is (40,84,102). Sum of RGB (Red+Green+Blue) = 40+84+102=226 (29% of max value = 765). Red value is 40 (16.02% from 255 or 17.70% from 226); Green value is 84 (33.20% from 255 or 37.17% from 226); Blue value is 102 (40.23% from 255 or 45.13% from 226); Max value from RGB is 102 - color contains mainly: blue. Hex color #285466 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #285466 is #D7AB99. Grayscale: #484848. Windows color (decimal): -14134170 or 6706216. OLE color: 6706216.

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

Color convert

RGB 40 84 102 -
CMYK 0.61 0.18 0 0.6
HSL 197.42º 0.44% 0.28% -
HSV(B) 197.42º 0.61% 0.4% -
XYZ 6.44 7.75 13.73 -
YUV 72.9 144.42 104.54 -
System Red Green Blue C M Y K H S L
Decimal 40 84 102 0.61 0.18 0 0.6 197.42 0.44 0.28
Hex 28 54 66 3D 12 0 3C C5 2C 1C
Octal 50 124 146 75 22 0 74 305 54 34
Binary 101000 1010100 1100110 111101 10010 0 111100 11000101 101100 11100

Color Harmonies of #285466

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #285466

Black with #285466

Text Example


Text Example

White with #285466

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #285466; }

 p { color: rgb(40,84,102); }

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

background-color css

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

 a { background-color: rgb(40,84,102); }

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

border-color css

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

 span { border-color: rgb(40,84,102); }

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