#235D6B

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

Shades of Chathams Blue #235D6B

Tints of Chathams Blue #235D6B

Color information

#235D6B (or 0x235D6B) is unknown color: approx Chathams Blue. HEX triplet: 23, 5D and 6B. RGB value is (35,93,107). Sum of RGB (Red+Green+Blue) = 35+93+107=235 (31% of max value = 765). Red value is 35 (14.06% from 255 or 14.89% from 235); Green value is 93 (36.72% from 255 or 39.57% from 235); Blue value is 107 (42.19% from 255 or 45.53% from 235); Max value from RGB is 107 - color contains mainly: blue. Hex color #235D6B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #235D6B is #DCA294. Grayscale: #4D4D4D. Windows color (decimal): -14459541 or 7036195. OLE color: 7036195.

HSL color Cylindrical-coordinate representation of color #235D6B: hue angle of 191.67º degrees, saturation: 0.51, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #235D6B is Cyan = 0.67, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB3593107-
CMYK0.670.1300.58
HSL191.67º50.7%27.84%-
HSV(B)191.67º67.29%41.96%-
XYZ7.269.2515.31-
YUV77.25144.7897.86-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 14.89%
GREEN value IS 93 (36.72% from 255) = 39.57%
BLUE value IS 107 (42.19% from 255) = 45.53%
R=14.89%
G=39.57%
B=45.53%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal35931070.670.1300.58191.6750.727.84
Hex235D6B43D03Ac0331c
Octal43135153103150723006334
Binary100011101110111010111000011110101110101100000011001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #235D6B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(35,93,107); }

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

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

 a { background-color: rgb(35,93,107); }

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

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

 span { border-color: rgb(35,93,107); }

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