#255469

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

Shades of Chathams Blue #255469

Tints of Chathams Blue #255469

Color information

#255469 (or 0x255469) is unknown color: approx Chathams Blue. HEX triplet: 25, 54 and 69. RGB value is (37,84,105). Sum of RGB (Red+Green+Blue) = 37+84+105=226 (29% of max value = 765). Red value is 37 (14.84% from 255 or 16.37% from 226); Green value is 84 (33.20% from 255 or 37.17% from 226); Blue value is 105 (41.41% from 255 or 46.46% from 226); Max value from RGB is 105 - color contains mainly: blue. Hex color #255469 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #255469 is #DAAB96. Grayscale: #484848. Windows color (decimal): -14330775 or 6902821. OLE color: 6902821.

HSL color Cylindrical-coordinate representation of color #255469: hue angle of 198.53º 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 #255469 is Cyan = 0.65, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB3784105-
CMYK0.650.2000.59
HSL198.53º47.89%27.84%-
HSV(B)198.53º64.76%41.18%-
XYZ6.487.7514.52-
YUV72.34146.43102.79-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 16.37%
GREEN value IS 84 (33.20% from 255) = 37.17%
BLUE value IS 105 (41.41% from 255) = 46.46%
R=16.37%
G=37.17%
B=46.46%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal37841050.650.2000.59198.5347.8927.84
Hex255469411403Bc7301c
Octal45124151101240733076034
Binary1001011010100110100110000011010001110111100011111000011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #255469

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #255469; }

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

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

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

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

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

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

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

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