#244160

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

Shades of Catalina Blue #244160

Tints of Catalina Blue #244160

Color information

#244160 (or 0x244160) is unknown color: approx Catalina Blue. HEX triplet: 24, 41 and 60. RGB value is (36,65,96). Sum of RGB (Red+Green+Blue) = 36+65+96=197 (26% of max value = 765). Red value is 36 (14.45% from 255 or 18.27% from 197); Green value is 65 (25.78% from 255 or 32.99% from 197); Blue value is 96 (37.89% from 255 or 48.73% from 197); Max value from RGB is 96 - color contains mainly: blue. Hex color #244160 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #244160 is #DBBE9F. Grayscale: #3B3B3B. Windows color (decimal): -14401184 or 6308132. OLE color: 6308132.

HSL color Cylindrical-coordinate representation of color #244160: hue angle of 211º degrees, saturation: 0.45, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #244160 is Cyan = 0.62, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB366596-
CMYK0.620.3200.62
HSL211º45.45%25.88%-
HSV(B)211º62.5%37.65%-
XYZ4.73511.78-
YUV59.86148.39110.98-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 18.27%
GREEN value IS 65 (25.78% from 255) = 32.99%
BLUE value IS 96 (37.89% from 255) = 48.73%
R=18.27%
G=32.99%
B=48.73%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal3665960.620.3200.6221145.4525.88
Hex2441603E2003Ed32d1a
Octal4410114076400763235532
Binary1001001000001110000011111010000001111101101001110110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #244160

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #244160; }

 p { color: rgb(36,65,96); }

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

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

 a { background-color: rgb(36,65,96); }

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

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

 span { border-color: rgb(36,65,96); }

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