#244161

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

Shades of Catalina Blue #244161

Tints of Catalina Blue #244161

Color information

#244161 (or 0x244161) is unknown color: approx Catalina Blue. HEX triplet: 24, 41 and 61. RGB value is (36,65,97). Sum of RGB (Red+Green+Blue) = 36+65+97=198 (26% of max value = 765). Red value is 36 (14.45% from 255 or 18.18% from 198); Green value is 65 (25.78% from 255 or 32.83% from 198); Blue value is 97 (38.28% from 255 or 48.99% from 198); Max value from RGB is 97 - color contains mainly: blue. Hex color #244161 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #244161 is #DBBE9E. Grayscale: #3B3B3B. Windows color (decimal): -14401183 or 6373668. OLE color: 6373668.

HSL color Cylindrical-coordinate representation of color #244161: hue angle of 211.48º degrees, saturation: 0.46, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #244161 is Cyan = 0.63, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB366597-
CMYK0.630.3300.62
HSL211.48º45.86%26.08%-
HSV(B)211.48º62.89%38.04%-
XYZ4.785.0212.03-
YUV59.98148.89110.9-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 18.18%
GREEN value IS 65 (25.78% from 255) = 32.83%
BLUE value IS 97 (38.28% from 255) = 48.99%
R=18.18%
G=32.83%
B=48.99%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal3665970.630.3300.62211.4845.8626.08
Hex2441613F2103Ed32e1a
Octal4410114177410763235632
Binary1001001000001110000111111110000101111101101001110111011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #244161

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #244161; }

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

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

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

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

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

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

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

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