Html Css Color HEX #285069 Chathams Blue

📋 copy color: '#285069'

red 40 ◦ green 80 ◦ blue 105

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

Shades of Chathams Blue #285069

Tints of Chathams Blue #285069

RGB

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

 GREEN value IS 80 (31.64% from 255) = 35.56%

 BLUE value IS 105 (41.41% from 255) = 46.67%

R = 17.78%
G = 35.56%
B = 46.67%

CMYK

 C value IS 0.62

 M value IS 0.24

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#285069 (or 0x285069) is known color: Chathams Blue. HEX triplet: 28, 50 and 69. RGB value is (40,80,105). Sum of RGB (Red+Green+Blue) = 40+80+105=225 (29% of max value = 765). Red value is 40 (16.02% from 255 or 17.78% from 225); Green value is 80 (31.64% from 255 or 35.56% from 225); Blue value is 105 (41.41% from 255 or 46.67% from 225); Max value from RGB is 105 - color contains mainly: blue. Hex color #285069 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #285069 is #D7AF96. Grayscale: #464646. Windows color (decimal): -14135191 or 6901800. OLE color: 6901800.

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

Color convert

RGB 40 80 105 -
CMYK 0.62 0.24 0 0.59
HSL 203.08º 0.45% 0.28% -
HSV(B) 203.08º 0.62% 0.41% -
XYZ 6.29 7.21 14.42 -
YUV 70.89 147.25 105.97 -
System Red Green Blue C M Y K H S L
Decimal 40 80 105 0.62 0.24 0 0.59 203.08 0.45 0.28
Hex 28 50 69 3E 18 0 3B CB 2D 1C
Octal 50 120 151 76 30 0 73 313 55 34
Binary 101000 1010000 1101001 111110 11000 0 111011 11001011 101101 11100

Color Harmonies of #285069

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #285069

Black with #285069

Text Example


Text Example

White with #285069

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #285069; }

 p { color: rgb(40,80,105); }

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

background-color css

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

 a { background-color: rgb(40,80,105); }

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

border-color css

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

 span { border-color: rgb(40,80,105); }

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