#243C58

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

Shades of Catalina Blue #243C58

Tints of Catalina Blue #243C58

Color information

#243C58 (or 0x243C58) is unknown color: approx Catalina Blue. HEX triplet: 24, 3C and 58. RGB value is (36,60,88). Sum of RGB (Red+Green+Blue) = 36+60+88=184 (24% of max value = 765). Red value is 36 (14.45% from 255 or 19.57% from 184); Green value is 60 (23.83% from 255 or 32.61% from 184); Blue value is 88 (34.77% from 255 or 47.83% from 184); Max value from RGB is 88 - color contains mainly: blue. Hex color #243C58 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #243C58 is #DBC3A7. Grayscale: #373737. Windows color (decimal): -14402472 or 5782564. OLE color: 5782564.

HSL color Cylindrical-coordinate representation of color #243C58: hue angle of 212.31º degrees, saturation: 0.42, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #243C58 is Cyan = 0.59, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB366088-
CMYK0.590.3200.65
HSL212.31º41.94%24.31%-
HSV(B)212.31º59.09%34.51%-
XYZ4.14.319.85-
YUV56.02146.05113.72-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 19.57%
GREEN value IS 60 (23.83% from 255) = 32.61%
BLUE value IS 88 (34.77% from 255) = 47.83%
R=19.57%
G=32.61%
B=47.83%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal3660880.590.3200.65212.3141.9424.31
Hex243C583B20041d42a18
Octal4474130734001013245230
Binary1001001111001011000111011100000010000011101010010101011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #243C58

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #243C58; }

 p { color: rgb(36,60,88); }

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

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

 a { background-color: rgb(36,60,88); }

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

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

 span { border-color: rgb(36,60,88); }

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