#244466

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

Shades of Catalina Blue #244466

Tints of Catalina Blue #244466

Color information

#244466 (or 0x244466) is unknown color: approx Catalina Blue. HEX triplet: 24, 44 and 66. RGB value is (36,68,102). Sum of RGB (Red+Green+Blue) = 36+68+102=206 (27% of max value = 765). Red value is 36 (14.45% from 255 or 17.48% from 206); Green value is 68 (26.95% from 255 or 33.01% from 206); Blue value is 102 (40.23% from 255 or 49.51% from 206); Max value from RGB is 102 - color contains mainly: blue. Hex color #244466 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #244466 is #DBBB99. Grayscale: #3E3E3E. Windows color (decimal): -14400410 or 6702116. OLE color: 6702116.

HSL color Cylindrical-coordinate representation of color #244466: hue angle of 210.91º degrees, saturation: 0.48, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #244466 is Cyan = 0.65, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.6.

Color convert

RGB3668102-
CMYK0.650.3300.6
HSL210.91º47.83%27.06%-
HSV(B)210.91º64.71%40%-
XYZ5.195.4713.35-
YUV62.31150.4109.24-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 17.48%
GREEN value IS 68 (26.95% from 255) = 33.01%
BLUE value IS 102 (40.23% from 255) = 49.51%
R=17.48%
G=33.01%
B=49.51%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal36681020.650.3300.6210.9147.8327.06
Hex244466412103Cd3301b
Octal44104146101410743236033
Binary10010010001001100110100000110000101111001101001111000011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #244466

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #244466; }

 p { color: rgb(36,68,102); }

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

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

 a { background-color: rgb(36,68,102); }

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

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

 span { border-color: rgb(36,68,102); }

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