#255468

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

Shades of Chathams Blue #255468

Tints of Chathams Blue #255468

Color information

#255468 (or 0x255468) is unknown color: approx Chathams Blue. HEX triplet: 25, 54 and 68. RGB value is (37,84,104). Sum of RGB (Red+Green+Blue) = 37+84+104=225 (29% of max value = 765). Red value is 37 (14.84% from 255 or 16.44% from 225); Green value is 84 (33.20% from 255 or 37.33% from 225); Blue value is 104 (41.02% from 255 or 46.22% from 225); Max value from RGB is 104 - color contains mainly: blue. Hex color #255468 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #255468 is #DAAB97. Grayscale: #484848. Windows color (decimal): -14330776 or 6837285. OLE color: 6837285.

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

Color convert

RGB3784104-
CMYK0.640.1900.59
HSL197.91º47.52%27.65%-
HSV(B)197.91º64.42%40.78%-
XYZ6.437.7314.25-
YUV72.23145.93102.87-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 16.44%
GREEN value IS 84 (33.20% from 255) = 37.33%
BLUE value IS 104 (41.02% from 255) = 46.22%
R=16.44%
G=37.33%
B=46.22%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal37841040.640.1900.59197.9147.5227.65
Hex255468401303Bc6301c
Octal45124150100230733066034
Binary1001011010100110100010000001001101110111100011011000011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #255468

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #255468; }

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

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

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

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

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

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

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

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