#235370

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

Shades of Chathams Blue #235370

Tints of Chathams Blue #235370

Color information

#235370 (or 0x235370) is unknown color: approx Chathams Blue. HEX triplet: 23, 53 and 70. RGB value is (35,83,112). Sum of RGB (Red+Green+Blue) = 35+83+112=230 (30% of max value = 765). Red value is 35 (14.06% from 255 or 15.22% from 230); Green value is 83 (32.81% from 255 or 36.09% from 230); Blue value is 112 (44.14% from 255 or 48.70% from 230); Max value from RGB is 112 - color contains mainly: blue. Hex color #235370 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #235370 is #DCAC8F. Grayscale: #474747. Windows color (decimal): -14462096 or 7361315. OLE color: 7361315.

HSL color Cylindrical-coordinate representation of color #235370: hue angle of 202.6º degrees, saturation: 0.52, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #235370 is Cyan = 0.69, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB3583112-
CMYK0.690.2600.56
HSL202.6º52.38%28.82%-
HSV(B)202.6º68.75%43.92%-
XYZ6.717.7116.46-
YUV71.95150.6101.64-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 15.22%
GREEN value IS 83 (32.81% from 255) = 36.09%
BLUE value IS 112 (44.14% from 255) = 48.70%
R=15.22%
G=36.09%
B=48.70%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal35831120.690.2600.56202.652.3828.82
Hex235370451A038cb341d
Octal43123160105320703136435
Binary1000111010011111000010001011101001110001100101111010011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #235370

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #235370; }

 p { color: rgb(35,83,112); }

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

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

 a { background-color: rgb(35,83,112); }

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

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

 span { border-color: rgb(35,83,112); }

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