#255372

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

Shades of Chathams Blue #255372

Tints of Chathams Blue #255372

Color information

#255372 (or 0x255372) is unknown color: approx Chathams Blue. HEX triplet: 25, 53 and 72. RGB value is (37,83,114). Sum of RGB (Red+Green+Blue) = 37+83+114=234 (30% of max value = 765). Red value is 37 (14.84% from 255 or 15.81% from 234); Green value is 83 (32.81% from 255 or 35.47% from 234); Blue value is 114 (44.92% from 255 or 48.72% from 234); Max value from RGB is 114 - color contains mainly: blue. Hex color #255372 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #255372 is #DAAC8D. Grayscale: #484848. Windows color (decimal): -14331022 or 7492389. OLE color: 7492389.

HSL color Cylindrical-coordinate representation of color #255372: hue angle of 204.16º degrees, saturation: 0.51, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #255372 is Cyan = 0.68, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB3783114-
CMYK0.680.2700.55
HSL204.16º50.99%29.61%-
HSV(B)204.16º67.54%44.71%-
XYZ6.897.7917.06-
YUV72.78151.26102.48-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 15.81%
GREEN value IS 83 (32.81% from 255) = 35.47%
BLUE value IS 114 (44.92% from 255) = 48.72%
R=15.81%
G=35.47%
B=48.72%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal37831140.680.2700.55204.1650.9929.61
Hex255372441B037cc331e
Octal45123162104330673146336
Binary1001011010011111001010001001101101101111100110011001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #255372

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #255372; }

 p { color: rgb(37,83,114); }

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

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

 a { background-color: rgb(37,83,114); }

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

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

 span { border-color: rgb(37,83,114); }

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