#235765

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

Shades of Chathams Blue #235765

Tints of Chathams Blue #235765

Color information

#235765 (or 0x235765) is unknown color: approx Chathams Blue. HEX triplet: 23, 57 and 65. RGB value is (35,87,101). Sum of RGB (Red+Green+Blue) = 35+87+101=223 (29% of max value = 765). Red value is 35 (14.06% from 255 or 15.70% from 223); Green value is 87 (34.38% from 255 or 39.01% from 223); Blue value is 101 (39.84% from 255 or 45.29% from 223); Max value from RGB is 101 - color contains mainly: blue. Hex color #235765 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #235765 is #DCA89A. Grayscale: #484848. Windows color (decimal): -14461083 or 6641443. OLE color: 6641443.

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

Color convert

RGB3587101-
CMYK0.650.1400.60
HSL192.73º48.53%26.67%-
HSV(B)192.73º65.35%39.61%-
XYZ6.458.1113.54-
YUV73.05143.77100.86-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 15.70%
GREEN value IS 87 (34.38% from 255) = 39.01%
BLUE value IS 101 (39.84% from 255) = 45.29%
R=15.70%
G=39.01%
B=45.29%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal35871010.650.1400.60192.7348.5326.67
Hex23576541E03Cc1311b
Octal43127145101160743016133
Binary100011101011111001011000001111001111001100000111000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #235765

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #235765; }

 p { color: rgb(35,87,101); }

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

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

 a { background-color: rgb(35,87,101); }

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

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

 span { border-color: rgb(35,87,101); }

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