#244066

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

Shades of Catalina Blue #244066

Tints of Catalina Blue #244066

Color information

#244066 (or 0x244066) is unknown color: approx Catalina Blue. HEX triplet: 24, 40 and 66. RGB value is (36,64,102). Sum of RGB (Red+Green+Blue) = 36+64+102=202 (26% of max value = 765). Red value is 36 (14.45% from 255 or 17.82% from 202); Green value is 64 (25.39% from 255 or 31.68% from 202); Blue value is 102 (40.23% from 255 or 50.50% from 202); Max value from RGB is 102 - color contains mainly: blue. Hex color #244066 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #244066 is #DBBF99. Grayscale: #3B3B3B. Windows color (decimal): -14401434 or 6701092. OLE color: 6701092.

HSL color Cylindrical-coordinate representation of color #244066: hue angle of 214.55º 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 #244066 is Cyan = 0.65, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.6.

Color convert

RGB3664102-
CMYK0.650.3700.6
HSL214.55º47.83%27.06%-
HSV(B)214.55º64.71%40%-
XYZ4.96513.27-
YUV59.96151.72110.91-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 17.82%
GREEN value IS 64 (25.39% from 255) = 31.68%
BLUE value IS 102 (40.23% from 255) = 50.50%
R=17.82%
G=31.68%
B=50.50%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal36641020.650.3700.6214.5547.8327.06
Hex244066412503Cd7301b
Octal44100146101450743276033
Binary10010010000001100110100000110010101111001101011111000011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #244066

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #244066; }

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

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

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

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

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

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

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

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