#243558

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

Shades of Catalina Blue #243558

Tints of Catalina Blue #243558

Color information

#243558 (or 0x243558) is unknown color: approx Catalina Blue. HEX triplet: 24, 35 and 58. RGB value is (36,53,88). Sum of RGB (Red+Green+Blue) = 36+53+88=177 (23% of max value = 765). Red value is 36 (14.45% from 255 or 20.34% from 177); Green value is 53 (21.09% from 255 or 29.94% from 177); Blue value is 88 (34.77% from 255 or 49.72% from 177); Max value from RGB is 88 - color contains mainly: blue. Hex color #243558 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #243558 is #DBCAA7. Grayscale: #333333. Windows color (decimal): -14404264 or 5780772. OLE color: 5780772.

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

Color convert

RGB365388-
CMYK0.590.4000.65
HSL220.38º41.94%24.31%-
HSV(B)220.38º59.09%34.51%-
XYZ3.763.639.73-
YUV51.91148.37116.65-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 20.34%
GREEN value IS 53 (21.09% from 255) = 29.94%
BLUE value IS 88 (34.77% from 255) = 49.72%
R=20.34%
G=29.94%
B=49.72%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal3653880.590.4000.65220.3841.9424.31
Hex2435583B28041dc2a18
Octal4465130735001013345230
Binary1001001101011011000111011101000010000011101110010101011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #243558

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #243558; }

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

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

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

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

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

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

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

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