#243E5D

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

Shades of Catalina Blue #243E5D

Tints of Catalina Blue #243E5D

Color information

#243E5D (or 0x243E5D) is unknown color: approx Catalina Blue. HEX triplet: 24, 3E and 5D. RGB value is (36,62,93). Sum of RGB (Red+Green+Blue) = 36+62+93=191 (25% of max value = 765). Red value is 36 (14.45% from 255 or 18.85% from 191); Green value is 62 (24.61% from 255 or 32.46% from 191); Blue value is 93 (36.72% from 255 or 48.69% from 191); Max value from RGB is 93 - color contains mainly: blue. Hex color #243E5D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #243E5D is #DBC1A2. Grayscale: #393939. Windows color (decimal): -14401955 or 6110756. OLE color: 6110756.

HSL color Cylindrical-coordinate representation of color #243E5D: hue angle of 212.63º 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 #243E5D is Cyan = 0.61, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB366293-
CMYK0.610.3300.64
HSL212.63º44.19%25.29%-
HSV(B)212.63º61.29%36.47%-
XYZ4.434.6111.01-
YUV57.76147.89112.48-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 18.85%
GREEN value IS 62 (24.61% from 255) = 32.46%
BLUE value IS 93 (36.72% from 255) = 48.69%
R=18.85%
G=32.46%
B=48.69%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal3662930.610.3300.64212.6344.1925.29
Hex243E5D3D21040d52c19
Octal4476135754101003255431
Binary1001001111101011101111101100001010000001101010110110011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #243E5D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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