#244469

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

Shades of Catalina Blue #244469

Tints of Catalina Blue #244469

Color information

#244469 (or 0x244469) is unknown color: approx Catalina Blue. HEX triplet: 24, 44 and 69. RGB value is (36,68,105). Sum of RGB (Red+Green+Blue) = 36+68+105=209 (27% of max value = 765). Red value is 36 (14.45% from 255 or 17.22% from 209); Green value is 68 (26.95% from 255 or 32.54% from 209); Blue value is 105 (41.41% from 255 or 50.24% from 209); Max value from RGB is 105 - color contains mainly: blue. Hex color #244469 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #244469 is #DBBB96. Grayscale: #3E3E3E. Windows color (decimal): -14400407 or 6898724. OLE color: 6898724.

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

Color convert

RGB3668105-
CMYK0.660.3500.59
HSL212.17º48.94%27.65%-
HSV(B)212.17º65.71%41.18%-
XYZ5.345.5314.15-
YUV62.65151.9108.99-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 17.22%
GREEN value IS 68 (26.95% from 255) = 32.54%
BLUE value IS 105 (41.41% from 255) = 50.24%
R=17.22%
G=32.54%
B=50.24%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal36681050.660.3500.59212.1748.9427.65
Hex244469422303Bd4311c
Octal44104151102430733246134
Binary10010010001001101001100001010001101110111101010011000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #244469

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #244469; }

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

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

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

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

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

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

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

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