#285D6E

Color #285D6E Chathams Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Chathams Blue #285D6E

Tints of Chathams Blue #285D6E

Color information

#285D6E (or 0x285D6E) is unknown color: approx Chathams Blue. HEX triplet: 28, 5D and 6E. RGB value is (40,93,110). Sum of RGB (Red+Green+Blue) = 40+93+110=243 (32% of max value = 765). Red value is 40 (16.02% from 255 or 16.46% from 243); Green value is 93 (36.72% from 255 or 38.27% from 243); Blue value is 110 (43.36% from 255 or 45.27% from 243); Max value from RGB is 110 - color contains mainly: blue. Hex color #285D6E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #285D6E is #D7A291. Grayscale: #4E4E4E. Windows color (decimal): -14131858 or 7232808. OLE color: 7232808.

HSL color Cylindrical-coordinate representation of color #285D6E: hue angle of 194.57º degrees, saturation: 0.47, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #285D6E is Cyan = 0.64, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB4093110-
CMYK0.640.1500.57
HSL194.57º46.67%29.41%-
HSV(B)194.57º63.64%43.14%-
XYZ7.69.4116.17-
YUV79.09145.44100.12-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 16.46%
GREEN value IS 93 (36.72% from 255) = 38.27%
BLUE value IS 110 (43.36% from 255) = 45.27%
R=16.46%
G=38.27%
B=45.27%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal40931100.640.1500.57194.5746.6729.41
Hex285D6E40F039c32f1d
Octal50135156100170713035735
Binary101000101110111011101000000111101110011100001110111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #285D6E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(40,93,110); }

 H1.HeaderClassName
 {
   color: #285D6E;
 }
 .AnyTagClassName
 {
   color: #285D6E;
 }
</style>
background-color css

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

 a { background-color: rgb(40,93,110); }

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

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

 span { border-color: rgb(40,93,110); }

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