Html Css Color HEX #285A68 Chathams Blue

📋 copy color: '#285A68'

red 40 ◦ green 90 ◦ blue 104

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

Shades of Chathams Blue #285A68

Tints of Chathams Blue #285A68

RGB

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

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

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

R = 17.09%
G = 38.46%
B = 44.44%

CMYK

 C value IS 0.62

 M value IS 0.13

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#285A68 (or 0x285A68) is known color: Chathams Blue. HEX triplet: 28, 5A and 68. RGB value is (40,90,104). Sum of RGB (Red+Green+Blue) = 40+90+104=234 (30% of max value = 765). Red value is 40 (16.02% from 255 or 17.09% from 234); Green value is 90 (35.55% from 255 or 38.46% from 234); Blue value is 104 (41.02% from 255 or 44.44% from 234); Max value from RGB is 104 - color contains mainly: blue. Hex color #285A68 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #285A68 is #D7A597. Grayscale: #4C4C4C. Windows color (decimal): -14132632 or 6838824. OLE color: 6838824.

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

Color convert

RGB 40 90 104 -
CMYK 0.62 0.13 0 0.59
HSL 193.13º 0.44% 0.28% -
HSV(B) 193.13º 0.62% 0.41% -
XYZ 7.03 8.76 14.42 -
YUV 76.65 143.44 101.86 -
System Red Green Blue C M Y K H S L
Decimal 40 90 104 0.62 0.13 0 0.59 193.13 0.44 0.28
Hex 28 5A 68 3E D 0 3B C1 2C 1C
Octal 50 132 150 76 15 0 73 301 54 34
Binary 101000 1011010 1101000 111110 1101 0 111011 11000001 101100 11100

Color Harmonies of #285A68

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #285A68

Black with #285A68

Text Example


Text Example

White with #285A68

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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