#244B80

Color #244B80 St Tropaz (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of St Tropaz #244B80

Tints of St Tropaz #244B80

Color information

#244B80 (or 0x244B80) is unknown color: approx St Tropaz. HEX triplet: 24, 4B and 80. RGB value is (36,75,128). Sum of RGB (Red+Green+Blue) = 36+75+128=239 (31% of max value = 765). Red value is 36 (14.45% from 255 or 15.06% from 239); Green value is 75 (29.69% from 255 or 31.38% from 239); Blue value is 128 (50.39% from 255 or 53.56% from 239); Max value from RGB is 128 - color contains mainly: blue. Hex color #244B80 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #244B80 is #DBB47F. Grayscale: #454545. Windows color (decimal): -14398592 or 8407844. OLE color: 8407844.

HSL color Cylindrical-coordinate representation of color #244B80: hue angle of 214.57º degrees, saturation: 0.56, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #244B80 is Cyan = 0.72, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB3675128-
CMYK0.720.4100.50
HSL214.57º56.1%32.16%-
HSV(B)214.57º71.88%50.2%-
XYZ7.146.9721.39-
YUV69.38161.08104.19-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 15.06%
GREEN value IS 75 (29.69% from 255) = 31.38%
BLUE value IS 128 (50.39% from 255) = 53.56%
R=15.06%
G=31.38%
B=53.56%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal36751280.720.4100.50214.5756.132.16
Hex244B804829032d73820
Octal44113200110510623277040
Binary1001001001011100000001001000101001011001011010111111000100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #244B80

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #244B80; }

 p { color: rgb(36,75,128); }

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

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

 a { background-color: rgb(36,75,128); }

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

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

 span { border-color: rgb(36,75,128); }

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