Html Css Color HEX #285A6B Chathams Blue

📋 copy color: '#285A6B'

red 40 ◦ green 90 ◦ blue 107

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

Shades of Chathams Blue #285A6B

Tints of Chathams Blue #285A6B

RGB

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

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

 BLUE value IS 107 (42.19% from 255) = 45.15%

R = 16.88%
G = 37.97%
B = 45.15%

CMYK

 C value IS 0.63

 M value IS 0.16

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#285A6B (or 0x285A6B) is known color: Chathams Blue. HEX triplet: 28, 5A and 6B. RGB value is (40,90,107). Sum of RGB (Red+Green+Blue) = 40+90+107=237 (31% of max value = 765). Red value is 40 (16.02% from 255 or 16.88% from 237); Green value is 90 (35.55% from 255 or 37.97% from 237); Blue value is 107 (42.19% from 255 or 45.15% from 237); Max value from RGB is 107 - color contains mainly: blue. Hex color #285A6B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #285A6B is #D7A594. Grayscale: #4C4C4C. Windows color (decimal): -14132629 or 7035432. OLE color: 7035432.

HSL color Cylindrical-coordinate representation of color #285A6B: hue angle of 195.22º degrees, saturation: 0.46, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #285A6B is Cyan = 0.63, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB 40 90 107 -
CMYK 0.63 0.16 0 0.58
HSL 195.22º 0.46% 0.29% -
HSV(B) 195.22º 0.63% 0.42% -
XYZ 7.19 8.82 15.23 -
YUV 76.99 144.94 101.62 -
System Red Green Blue C M Y K H S L
Decimal 40 90 107 0.63 0.16 0 0.58 195.22 0.46 0.29
Hex 28 5A 6B 3F 10 0 3A C3 2E 1D
Octal 50 132 153 77 20 0 72 303 56 35
Binary 101000 1011010 1101011 111111 10000 0 111010 11000011 101110 11101

Color Harmonies of #285A6B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #285A6B

Black with #285A6B

Text Example


Text Example

White with #285A6B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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