#234F6C

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

Shades of Chathams Blue #234F6C

Tints of Chathams Blue #234F6C

Color information

#234F6C (or 0x234F6C) is unknown color: approx Chathams Blue. HEX triplet: 23, 4F and 6C. RGB value is (35,79,108). Sum of RGB (Red+Green+Blue) = 35+79+108=222 (29% of max value = 765). Red value is 35 (14.06% from 255 or 15.77% from 222); Green value is 79 (31.25% from 255 or 35.59% from 222); Blue value is 108 (42.58% from 255 or 48.65% from 222); Max value from RGB is 108 - color contains mainly: blue. Hex color #234F6C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #234F6C is #DCB093. Grayscale: #444444. Windows color (decimal): -14463124 or 7098147. OLE color: 7098147.

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

Color convert

RGB3579108-
CMYK0.680.2700.58
HSL203.84º51.05%28.04%-
HSV(B)203.84º67.59%42.35%-
XYZ6.27.0315.22-
YUV69.15149.92103.64-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 15.77%
GREEN value IS 79 (31.25% from 255) = 35.59%
BLUE value IS 108 (42.58% from 255) = 48.65%
R=15.77%
G=35.59%
B=48.65%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal35791080.680.2700.58203.8451.0528.04
Hex234F6C441B03Acc331c
Octal43117154104330723146334
Binary1000111001111110110010001001101101110101100110011001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #234F6C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #234F6C; }

 p { color: rgb(35,79,108); }

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

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

 a { background-color: rgb(35,79,108); }

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

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

 span { border-color: rgb(35,79,108); }

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