#244063

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

Shades of Catalina Blue #244063

Tints of Catalina Blue #244063

Color information

#244063 (or 0x244063) is unknown color: approx Catalina Blue. HEX triplet: 24, 40 and 63. RGB value is (36,64,99). Sum of RGB (Red+Green+Blue) = 36+64+99=199 (26% of max value = 765). Red value is 36 (14.45% from 255 or 18.09% from 199); Green value is 64 (25.39% from 255 or 32.16% from 199); Blue value is 99 (39.06% from 255 or 49.75% from 199); Max value from RGB is 99 - color contains mainly: blue. Hex color #244063 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #244063 is #DBBF9C. Grayscale: #3B3B3B. Windows color (decimal): -14401437 or 6504484. OLE color: 6504484.

HSL color Cylindrical-coordinate representation of color #244063: hue angle of 213.33º degrees, saturation: 0.47, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #244063 is Cyan = 0.64, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB366499-
CMYK0.640.3500.61
HSL213.33º46.67%26.47%-
HSV(B)213.33º63.64%38.82%-
XYZ4.814.9412.5-
YUV59.62150.22111.15-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 18.09%
GREEN value IS 64 (25.39% from 255) = 32.16%
BLUE value IS 99 (39.06% from 255) = 49.75%
R=18.09%
G=32.16%
B=49.75%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal3664990.640.3500.61213.3346.6726.47
Hex244063402303Dd52f1a
Octal44100143100430753255732
Binary10010010000001100011100000010001101111011101010110111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #244063

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #244063; }

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

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

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

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

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

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

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

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