#244168

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

Shades of Catalina Blue #244168

Tints of Catalina Blue #244168

Color information

#244168 (or 0x244168) is unknown color: approx Catalina Blue. HEX triplet: 24, 41 and 68. RGB value is (36,65,104). Sum of RGB (Red+Green+Blue) = 36+65+104=205 (27% of max value = 765). Red value is 36 (14.45% from 255 or 17.56% from 205); Green value is 65 (25.78% from 255 or 31.71% from 205); Blue value is 104 (41.02% from 255 or 50.73% from 205); Max value from RGB is 104 - color contains mainly: blue. Hex color #244168 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #244168 is #DBBE97. Grayscale: #3C3C3C. Windows color (decimal): -14401176 or 6832420. OLE color: 6832420.

HSL color Cylindrical-coordinate representation of color #244168: hue angle of 214.41º degrees, saturation: 0.49, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #244168 is Cyan = 0.65, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB3665104-
CMYK0.650.3800.59
HSL214.41º48.57%27.45%-
HSV(B)214.41º65.38%40.78%-
XYZ5.125.1613.82-
YUV60.78152.39110.33-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 17.56%
GREEN value IS 65 (25.78% from 255) = 31.71%
BLUE value IS 104 (41.02% from 255) = 50.73%
R=17.56%
G=31.71%
B=50.73%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal36651040.650.3800.59214.4148.5727.45
Hex244168412603Bd6311b
Octal44101150101460733266133
Binary10010010000011101000100000110011001110111101011011000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #244168

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #244168; }

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

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

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

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

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

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

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

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