#243459

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

Shades of Catalina Blue #243459

Tints of Catalina Blue #243459

Color information

#243459 (or 0x243459) is unknown color: approx Catalina Blue. HEX triplet: 24, 34 and 59. RGB value is (36,52,89). Sum of RGB (Red+Green+Blue) = 36+52+89=177 (23% of max value = 765). Red value is 36 (14.45% from 255 or 20.34% from 177); Green value is 52 (20.70% from 255 or 29.38% from 177); Blue value is 89 (35.16% from 255 or 50.28% from 177); Max value from RGB is 89 - color contains mainly: blue. Hex color #243459 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #243459 is #DBCBA6. Grayscale: #333333. Windows color (decimal): -14404519 or 5846052. OLE color: 5846052.

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

Color convert

RGB365289-
CMYK0.600.4200.65
HSL221.89º42.4%24.51%-
HSV(B)221.89º59.55%34.9%-
XYZ3.763.559.94-
YUV51.43149.2116.99-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 20.34%
GREEN value IS 52 (20.70% from 255) = 29.38%
BLUE value IS 89 (35.16% from 255) = 50.28%
R=20.34%
G=29.38%
B=50.28%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal3652890.600.4200.65221.8942.424.51
Hex2434593C2A041de2a19
Octal4464131745201013365231
Binary1001001101001011001111100101010010000011101111010101011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #243459

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #243459; }

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

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

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

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

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

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

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

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