#243660

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

Shades of Catalina Blue #243660

Tints of Catalina Blue #243660

Color information

#243660 (or 0x243660) is unknown color: approx Catalina Blue. HEX triplet: 24, 36 and 60. RGB value is (36,54,96). Sum of RGB (Red+Green+Blue) = 36+54+96=186 (24% of max value = 765). Red value is 36 (14.45% from 255 or 19.35% from 186); Green value is 54 (21.48% from 255 or 29.03% from 186); Blue value is 96 (37.89% from 255 or 51.61% from 186); Max value from RGB is 96 - color contains mainly: blue. Hex color #243660 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #243660 is #DBC99F. Grayscale: #353535. Windows color (decimal): -14404000 or 6305316. OLE color: 6305316.

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

Color convert

RGB365496-
CMYK0.620.4400.62
HSL222º45.45%25.88%-
HSV(B)222º62.5%37.65%-
XYZ4.163.8611.59-
YUV53.41152.04115.58-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 19.35%
GREEN value IS 54 (21.48% from 255) = 29.03%
BLUE value IS 96 (37.89% from 255) = 51.61%
R=19.35%
G=29.03%
B=51.61%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal3654960.620.4400.6222245.4525.88
Hex2436603E2C03Ede2d1a
Octal446614076540763365532
Binary100100110110110000011111010110001111101101111010110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #243660

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #243660; }

 p { color: rgb(36,54,96); }

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

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

 a { background-color: rgb(36,54,96); }

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

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

 span { border-color: rgb(36,54,96); }

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