#245369

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

Shades of Chathams Blue #245369

Tints of Chathams Blue #245369

Color information

#245369 (or 0x245369) is unknown color: approx Chathams Blue. HEX triplet: 24, 53 and 69. RGB value is (36,83,105). Sum of RGB (Red+Green+Blue) = 36+83+105=224 (29% of max value = 765). Red value is 36 (14.45% from 255 or 16.07% from 224); Green value is 83 (32.81% from 255 or 37.05% from 224); Blue value is 105 (41.41% from 255 or 46.88% from 224); Max value from RGB is 105 - color contains mainly: blue. Hex color #245369 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #245369 is #DBAC96. Grayscale: #474747. Windows color (decimal): -14396567 or 6902564. OLE color: 6902564.

HSL color Cylindrical-coordinate representation of color #245369: hue angle of 199.13º degrees, saturation: 0.49, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #245369 is Cyan = 0.66, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB3683105-
CMYK0.660.2100.59
HSL199.13º48.94%27.65%-
HSV(B)199.13º65.71%41.18%-
XYZ6.377.5814.49-
YUV71.46146.93102.71-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 16.07%
GREEN value IS 83 (32.81% from 255) = 37.05%
BLUE value IS 105 (41.41% from 255) = 46.88%
R=16.07%
G=37.05%
B=46.88%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal36831050.660.2100.59199.1348.9427.65
Hex245369421503Bc7311c
Octal44123151102250733076134
Binary1001001010011110100110000101010101110111100011111000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #245369

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #245369; }

 p { color: rgb(36,83,105); }

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

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

 a { background-color: rgb(36,83,105); }

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

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

 span { border-color: rgb(36,83,105); }

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