#243D59

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

Shades of Catalina Blue #243D59

Tints of Catalina Blue #243D59

Color information

#243D59 (or 0x243D59) is unknown color: approx Catalina Blue. HEX triplet: 24, 3D and 59. RGB value is (36,61,89). Sum of RGB (Red+Green+Blue) = 36+61+89=186 (24% of max value = 765). Red value is 36 (14.45% from 255 or 19.35% from 186); Green value is 61 (24.22% from 255 or 32.80% from 186); Blue value is 89 (35.16% from 255 or 47.85% from 186); Max value from RGB is 89 - color contains mainly: blue. Hex color #243D59 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #243D59 is #DBC2A6. Grayscale: #383838. Windows color (decimal): -14402215 or 5848356. OLE color: 5848356.

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

Color convert

RGB366189-
CMYK0.600.3100.65
HSL211.7º42.4%24.51%-
HSV(B)211.7º59.55%34.9%-
XYZ4.24.4310.09-
YUV56.72146.22113.22-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 19.35%
GREEN value IS 61 (24.22% from 255) = 32.80%
BLUE value IS 89 (35.16% from 255) = 47.85%
R=19.35%
G=32.80%
B=47.85%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal3661890.600.3100.65211.742.424.51
Hex243D593C1F041d42a19
Octal4475131743701013245231
Binary100100111101101100111110011111010000011101010010101011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #243D59

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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