#243A5D

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

Shades of Catalina Blue #243A5D

Tints of Catalina Blue #243A5D

Color information

#243A5D (or 0x243A5D) is unknown color: approx Catalina Blue. HEX triplet: 24, 3A and 5D. RGB value is (36,58,93). Sum of RGB (Red+Green+Blue) = 36+58+93=187 (24% of max value = 765). Red value is 36 (14.45% from 255 or 19.25% from 187); Green value is 58 (23.05% from 255 or 31.02% from 187); Blue value is 93 (36.72% from 255 or 49.73% from 187); Max value from RGB is 93 - color contains mainly: blue. Hex color #243A5D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #243A5D is #DBC5A2. Grayscale: #373737. Windows color (decimal): -14402979 or 6109732. OLE color: 6109732.

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

Color convert

RGB365893-
CMYK0.610.3800.64
HSL216.84º44.19%25.29%-
HSV(B)216.84º61.29%36.47%-
XYZ4.224.1910.94-
YUV55.41149.21114.15-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 19.25%
GREEN value IS 58 (23.05% from 255) = 31.02%
BLUE value IS 93 (36.72% from 255) = 49.73%
R=19.25%
G=31.02%
B=49.73%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal3658930.610.3800.64216.8444.1925.29
Hex243A5D3D26040d92c19
Octal4472135754601003315431
Binary1001001110101011101111101100110010000001101100110110011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #243A5D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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