#235866

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

Shades of Chathams Blue #235866

Tints of Chathams Blue #235866

Color information

#235866 (or 0x235866) is unknown color: approx Chathams Blue. HEX triplet: 23, 58 and 66. RGB value is (35,88,102). Sum of RGB (Red+Green+Blue) = 35+88+102=225 (29% of max value = 765). Red value is 35 (14.06% from 255 or 15.56% from 225); Green value is 88 (34.77% from 255 or 39.11% from 225); Blue value is 102 (40.23% from 255 or 45.33% from 225); Max value from RGB is 102 - color contains mainly: blue. Hex color #235866 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #235866 is #DCA799. Grayscale: #494949. Windows color (decimal): -14460826 or 6707235. OLE color: 6707235.

HSL color Cylindrical-coordinate representation of color #235866: hue angle of 192.54º degrees, saturation: 0.49, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #235866 is Cyan = 0.66, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.6.

Color convert

RGB3588102-
CMYK0.660.1400.6
HSL192.54º48.91%26.86%-
HSV(B)192.54º65.69%40%-
XYZ6.588.313.82-
YUV73.75143.94100.36-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 15.56%
GREEN value IS 88 (34.77% from 255) = 39.11%
BLUE value IS 102 (40.23% from 255) = 45.33%
R=15.56%
G=39.11%
B=45.33%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal35881020.660.1400.6192.5448.9126.86
Hex23586642E03Cc1311b
Octal43130146102160743016133
Binary100011101100011001101000010111001111001100000111000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #235866

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #235866; }

 p { color: rgb(35,88,102); }

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

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

 a { background-color: rgb(35,88,102); }

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

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

 span { border-color: rgb(35,88,102); }

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