#244069

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

Shades of Catalina Blue #244069

Tints of Catalina Blue #244069

Color information

#244069 (or 0x244069) is unknown color: approx Catalina Blue. HEX triplet: 24, 40 and 69. RGB value is (36,64,105). Sum of RGB (Red+Green+Blue) = 36+64+105=205 (27% of max value = 765). Red value is 36 (14.45% from 255 or 17.56% from 205); Green value is 64 (25.39% from 255 or 31.22% from 205); Blue value is 105 (41.41% from 255 or 51.22% from 205); Max value from RGB is 105 - color contains mainly: blue. Hex color #244069 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #244069 is #DBBF96. Grayscale: #3C3C3C. Windows color (decimal): -14401431 or 6897700. OLE color: 6897700.

HSL color Cylindrical-coordinate representation of color #244069: hue angle of 215.65º 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 #244069 is Cyan = 0.66, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB3664105-
CMYK0.660.3900.59
HSL215.65º48.94%27.65%-
HSV(B)215.65º65.71%41.18%-
XYZ5.115.0614.07-
YUV60.3153.22110.67-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 17.56%
GREEN value IS 64 (25.39% from 255) = 31.22%
BLUE value IS 105 (41.41% from 255) = 51.22%
R=17.56%
G=31.22%
B=51.22%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal36641050.660.3900.59215.6548.9427.65
Hex244069422703Bd8311c
Octal44100151102470733306134
Binary10010010000001101001100001010011101110111101100011000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #244069

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #244069; }

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

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

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

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

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

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

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

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