#235B69

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

Shades of Chathams Blue #235B69

Tints of Chathams Blue #235B69

Color information

#235B69 (or 0x235B69) is unknown color: approx Chathams Blue. HEX triplet: 23, 5B and 69. RGB value is (35,91,105). Sum of RGB (Red+Green+Blue) = 35+91+105=231 (30% of max value = 765). Red value is 35 (14.06% from 255 or 15.15% from 231); Green value is 91 (35.94% from 255 or 39.39% from 231); Blue value is 105 (41.41% from 255 or 45.45% from 231); Max value from RGB is 105 - color contains mainly: blue. Hex color #235B69 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #235B69 is #DCA496. Grayscale: #4B4B4B. Windows color (decimal): -14460055 or 6904611. OLE color: 6904611.

HSL color Cylindrical-coordinate representation of color #235B69: hue angle of 192º degrees, saturation: 0.5, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #235B69 is Cyan = 0.67, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB3591105-
CMYK0.670.1300.59
HSL192º50%27.45%-
HSV(B)192º66.67%41.18%-
XYZ6.988.8614.71-
YUV75.85144.4598.86-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 15.15%
GREEN value IS 91 (35.94% from 255) = 39.39%
BLUE value IS 105 (41.41% from 255) = 45.45%
R=15.15%
G=39.39%
B=45.45%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal35911050.670.1300.591925027.45
Hex235B6943D03Bc0321b
Octal43133151103150733006233
Binary100011101101111010011000011110101110111100000011001011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #235B69

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #235B69; }

 p { color: rgb(35,91,105); }

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

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

 a { background-color: rgb(35,91,105); }

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

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

 span { border-color: rgb(35,91,105); }

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