#243359

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

Shades of Catalina Blue #243359

Tints of Catalina Blue #243359

Color information

#243359 (or 0x243359) is unknown color: approx Catalina Blue. HEX triplet: 24, 33 and 59. RGB value is (36,51,89). Sum of RGB (Red+Green+Blue) = 36+51+89=176 (23% of max value = 765). Red value is 36 (14.45% from 255 or 20.45% from 176); Green value is 51 (20.31% from 255 or 28.98% from 176); Blue value is 89 (35.16% from 255 or 50.57% from 176); Max value from RGB is 89 - color contains mainly: blue. Hex color #243359 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #243359 is #DBCCA6. Grayscale: #323232. Windows color (decimal): -14404775 or 5845796. OLE color: 5845796.

HSL color Cylindrical-coordinate representation of color #243359: hue angle of 223.02º degrees, saturation: 0.42, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #243359 is Cyan = 0.60, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB365189-
CMYK0.600.4300.65
HSL223.02º42.4%24.51%-
HSV(B)223.02º59.55%34.9%-
XYZ3.713.469.92-
YUV50.85149.53117.41-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 20.45%
GREEN value IS 51 (20.31% from 255) = 28.98%
BLUE value IS 89 (35.16% from 255) = 50.57%
R=20.45%
G=28.98%
B=50.57%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal3651890.600.4300.65223.0242.424.51
Hex2433593C2B041df2a19
Octal4463131745301013375231
Binary1001001100111011001111100101011010000011101111110101011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #243359

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #243359; }

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

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

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

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

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

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

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

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