#244369

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

Shades of Catalina Blue #244369

Tints of Catalina Blue #244369

Color information

#244369 (or 0x244369) is unknown color: approx Catalina Blue. HEX triplet: 24, 43 and 69. RGB value is (36,67,105). Sum of RGB (Red+Green+Blue) = 36+67+105=208 (27% of max value = 765). Red value is 36 (14.45% from 255 or 17.31% from 208); Green value is 67 (26.56% from 255 or 32.21% from 208); Blue value is 105 (41.41% from 255 or 50.48% from 208); Max value from RGB is 105 - color contains mainly: blue. Hex color #244369 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #244369 is #DBBC96. Grayscale: #3D3D3D. Windows color (decimal): -14400663 or 6898468. OLE color: 6898468.

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

Color convert

RGB3667105-
CMYK0.660.3600.59
HSL213.04º48.94%27.65%-
HSV(B)213.04º65.71%41.18%-
XYZ5.285.4114.13-
YUV62.06152.23109.41-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 17.31%
GREEN value IS 67 (26.56% from 255) = 32.21%
BLUE value IS 105 (41.41% from 255) = 50.48%
R=17.31%
G=32.21%
B=50.48%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal36671050.660.3600.59213.0448.9427.65
Hex244369422403Bd5311c
Octal44103151102440733256134
Binary10010010000111101001100001010010001110111101010111000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #244369

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #244369; }

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

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

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

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

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

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

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

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