#244163

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

Shades of Catalina Blue #244163

Tints of Catalina Blue #244163

Color information

#244163 (or 0x244163) is unknown color: approx Catalina Blue. HEX triplet: 24, 41 and 63. RGB value is (36,65,99). Sum of RGB (Red+Green+Blue) = 36+65+99=200 (26% of max value = 765). Red value is 36 (14.45% from 255 or 18% from 200); Green value is 65 (25.78% from 255 or 32.5% from 200); Blue value is 99 (39.06% from 255 or 49.5% from 200); Max value from RGB is 99 - color contains mainly: blue. Hex color #244163 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #244163 is #DBBE9C. Grayscale: #3C3C3C. Windows color (decimal): -14401181 or 6504740. OLE color: 6504740.

HSL color Cylindrical-coordinate representation of color #244163: hue angle of 212.38º degrees, saturation: 0.47, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #244163 is Cyan = 0.64, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB366599-
CMYK0.640.3400.61
HSL212.38º46.67%26.47%-
HSV(B)212.38º63.64%38.82%-
XYZ4.875.0612.52-
YUV60.2149.89110.74-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 18%
GREEN value IS 65 (25.78% from 255) = 32.5%
BLUE value IS 99 (39.06% from 255) = 49.5%
R=18%
G=32.5%
B=49.5%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal3665990.640.3400.61212.3846.6726.47
Hex244163402203Dd42f1a
Octal44101143100420753245732
Binary10010010000011100011100000010001001111011101010010111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #244163

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #244163; }

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

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

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

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

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

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

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

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