#243358

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

Shades of Catalina Blue #243358

Tints of Catalina Blue #243358

Color information

#243358 (or 0x243358) is unknown color: approx Catalina Blue. HEX triplet: 24, 33 and 58. RGB value is (36,51,88). Sum of RGB (Red+Green+Blue) = 36+51+88=175 (23% of max value = 765). Red value is 36 (14.45% from 255 or 20.57% from 175); Green value is 51 (20.31% from 255 or 29.14% from 175); Blue value is 88 (34.77% from 255 or 50.29% from 175); Max value from RGB is 88 - color contains mainly: blue. Hex color #243358 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #243358 is #DBCCA7. Grayscale: #323232. Windows color (decimal): -14404776 or 5780260. OLE color: 5780260.

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

Color convert

RGB365188-
CMYK0.590.4200.65
HSL222.69º41.94%24.31%-
HSV(B)222.69º59.09%34.51%-
XYZ3.673.459.7-
YUV50.73149.03117.49-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 20.57%
GREEN value IS 51 (20.31% from 255) = 29.14%
BLUE value IS 88 (34.77% from 255) = 50.29%
R=20.57%
G=29.14%
B=50.29%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal3651880.590.4200.65222.6941.9424.31
Hex2433583B2A041df2a18
Octal4463130735201013375230
Binary1001001100111011000111011101010010000011101111110101011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #243358

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #243358; }

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

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

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

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

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

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

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

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