Html Css Color HEX #285A69 Chathams Blue

📋 copy color: '#285A69'

red 40 ◦ green 90 ◦ blue 105

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

Shades of Chathams Blue #285A69

Tints of Chathams Blue #285A69

RGB

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

 GREEN value IS 90 (35.55% from 255) = 38.3%

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

R = 17.02%
G = 38.3%
B = 44.68%

CMYK

 C value IS 0.62

 M value IS 0.14

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#285A69 (or 0x285A69) is known color: Chathams Blue. HEX triplet: 28, 5A and 69. RGB value is (40,90,105). Sum of RGB (Red+Green+Blue) = 40+90+105=235 (31% of max value = 765). Red value is 40 (16.02% from 255 or 17.02% from 235); Green value is 90 (35.55% from 255 or 38.30% from 235); Blue value is 105 (41.41% from 255 or 44.68% from 235); Max value from RGB is 105 - color contains mainly: blue. Hex color #285A69 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #285A69 is #D7A596. Grayscale: #4C4C4C. Windows color (decimal): -14132631 or 6904360. OLE color: 6904360.

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

Color convert

RGB 40 90 105 -
CMYK 0.62 0.14 0 0.59
HSL 193.85º 0.45% 0.28% -
HSV(B) 193.85º 0.62% 0.41% -
XYZ 7.08 8.78 14.69 -
YUV 76.76 143.94 101.78 -
System Red Green Blue C M Y K H S L
Decimal 40 90 105 0.62 0.14 0 0.59 193.85 0.45 0.28
Hex 28 5A 69 3E E 0 3B C2 2D 1C
Octal 50 132 151 76 16 0 73 302 55 34
Binary 101000 1011010 1101001 111110 1110 0 111011 11000010 101101 11100

Color Harmonies of #285A69

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #285A69

Black with #285A69

Text Example


Text Example

White with #285A69

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #285A69; }

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

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

background-color css

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

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

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

border-color css

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

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

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