#244060

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

Shades of Catalina Blue #244060

Tints of Catalina Blue #244060

Color information

#244060 (or 0x244060) is unknown color: approx Catalina Blue. HEX triplet: 24, 40 and 60. RGB value is (36,64,96). Sum of RGB (Red+Green+Blue) = 36+64+96=196 (25% of max value = 765). Red value is 36 (14.45% from 255 or 18.37% from 196); Green value is 64 (25.39% from 255 or 32.65% from 196); Blue value is 96 (37.89% from 255 or 48.98% from 196); Max value from RGB is 96 - color contains mainly: blue. Hex color #244060 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #244060 is #DBBF9F. Grayscale: #3B3B3B. Windows color (decimal): -14401440 or 6307876. OLE color: 6307876.

HSL color Cylindrical-coordinate representation of color #244060: hue angle of 212º 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 #244060 is Cyan = 0.62, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB366496-
CMYK0.620.3300.62
HSL212º45.45%25.88%-
HSV(B)212º62.5%37.65%-
XYZ4.674.8911.76-
YUV59.28148.72111.4-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 18.37%
GREEN value IS 64 (25.39% from 255) = 32.65%
BLUE value IS 96 (37.89% from 255) = 48.98%
R=18.37%
G=32.65%
B=48.98%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal3664960.620.3300.6221245.4525.88
Hex2440603E2103Ed42d1a
Octal4410014076410763245532
Binary1001001000000110000011111010000101111101101010010110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #244060

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #244060; }

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

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

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

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

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

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

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

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