#255169

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

Shades of Chathams Blue #255169

Tints of Chathams Blue #255169

Color information

#255169 (or 0x255169) is unknown color: approx Chathams Blue. HEX triplet: 25, 51 and 69. RGB value is (37,81,105). Sum of RGB (Red+Green+Blue) = 37+81+105=223 (29% of max value = 765). Red value is 37 (14.84% from 255 or 16.59% from 223); Green value is 81 (32.03% from 255 or 36.32% from 223); Blue value is 105 (41.41% from 255 or 47.09% from 223); Max value from RGB is 105 - color contains mainly: blue. Hex color #255169 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #255169 is #DAAE96. Grayscale: #464646. Windows color (decimal): -14331543 or 6902053. OLE color: 6902053.

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

Color convert

RGB3781105-
CMYK0.650.2300.59
HSL201.18º47.89%27.84%-
HSV(B)201.18º64.76%41.18%-
XYZ6.267.314.44-
YUV70.58147.42104.05-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 16.59%
GREEN value IS 81 (32.03% from 255) = 36.32%
BLUE value IS 105 (41.41% from 255) = 47.09%
R=16.59%
G=36.32%
B=47.09%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal37811050.650.2300.59201.1847.8927.84
Hex255169411703Bc9301c
Octal45121151101270733116034
Binary1001011010001110100110000011011101110111100100111000011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #255169

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #255169; }

 p { color: rgb(37,81,105); }

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

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

 a { background-color: rgb(37,81,105); }

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

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

 span { border-color: rgb(37,81,105); }

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