#243C5D

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

Shades of Catalina Blue #243C5D

Tints of Catalina Blue #243C5D

Color information

#243C5D (or 0x243C5D) is unknown color: approx Catalina Blue. HEX triplet: 24, 3C and 5D. RGB value is (36,60,93). Sum of RGB (Red+Green+Blue) = 36+60+93=189 (25% of max value = 765). Red value is 36 (14.45% from 255 or 19.05% from 189); Green value is 60 (23.83% from 255 or 31.75% from 189); Blue value is 93 (36.72% from 255 or 49.21% from 189); Max value from RGB is 93 - color contains mainly: blue. Hex color #243C5D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #243C5D is #DBC3A2. Grayscale: #383838. Windows color (decimal): -14402467 or 6110244. OLE color: 6110244.

HSL color Cylindrical-coordinate representation of color #243C5D: hue angle of 214.74º degrees, saturation: 0.44, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #243C5D is Cyan = 0.61, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB366093-
CMYK0.610.3500.64
HSL214.74º44.19%25.29%-
HSV(B)214.74º61.29%36.47%-
XYZ4.324.410.98-
YUV56.59148.55113.32-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 19.05%
GREEN value IS 60 (23.83% from 255) = 31.75%
BLUE value IS 93 (36.72% from 255) = 49.21%
R=19.05%
G=31.75%
B=49.21%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal3660930.610.3500.64214.7444.1925.29
Hex243C5D3D23040d72c19
Octal4474135754301003275431
Binary1001001111001011101111101100011010000001101011110110011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #243C5D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(36,60,93); }

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

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

 a { background-color: rgb(36,60,93); }

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

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

 span { border-color: rgb(36,60,93); }

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