#243A5A

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

Shades of Catalina Blue #243A5A

Tints of Catalina Blue #243A5A

Color information

#243A5A (or 0x243A5A) is unknown color: approx Catalina Blue. HEX triplet: 24, 3A and 5A. RGB value is (36,58,90). Sum of RGB (Red+Green+Blue) = 36+58+90=184 (24% of max value = 765). Red value is 36 (14.45% from 255 or 19.57% from 184); Green value is 58 (23.05% from 255 or 31.52% from 184); Blue value is 90 (35.55% from 255 or 48.91% from 184); Max value from RGB is 90 - color contains mainly: blue. Hex color #243A5A is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #243A5A is #DBC5A5. Grayscale: #363636. Windows color (decimal): -14402982 or 5913124. OLE color: 5913124.

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

Color convert

RGB365890-
CMYK0.600.3600.65
HSL215.56º42.86%24.71%-
HSV(B)215.56º60%35.29%-
XYZ4.094.1410.26-
YUV55.07147.71114.4-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 19.57%
GREEN value IS 58 (23.05% from 255) = 31.52%
BLUE value IS 90 (35.55% from 255) = 48.91%
R=19.57%
G=31.52%
B=48.91%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal3658900.600.3600.65215.5642.8624.71
Hex243A5A3C24041d82b19
Octal4472132744401013305331
Binary1001001110101011010111100100100010000011101100010101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #243A5A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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