#243A58

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

Shades of Catalina Blue #243A58

Tints of Catalina Blue #243A58

Color information

#243A58 (or 0x243A58) is unknown color: approx Catalina Blue. HEX triplet: 24, 3A and 58. RGB value is (36,58,88). Sum of RGB (Red+Green+Blue) = 36+58+88=182 (24% of max value = 765). Red value is 36 (14.45% from 255 or 19.78% from 182); Green value is 58 (23.05% from 255 or 31.87% from 182); Blue value is 88 (34.77% from 255 or 48.35% from 182); Max value from RGB is 88 - color contains mainly: blue. Hex color #243A58 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #243A58 is #DBC5A7. Grayscale: #363636. Windows color (decimal): -14402984 or 5782052. OLE color: 5782052.

HSL color Cylindrical-coordinate representation of color #243A58: hue angle of 214.62º degrees, saturation: 0.42, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #243A58 is Cyan = 0.59, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB365888-
CMYK0.590.3400.65
HSL214.62º41.94%24.31%-
HSV(B)214.62º59.09%34.51%-
XYZ44.119.81-
YUV54.84146.71114.56-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 19.78%
GREEN value IS 58 (23.05% from 255) = 31.87%
BLUE value IS 88 (34.77% from 255) = 48.35%
R=19.78%
G=31.87%
B=48.35%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal3658880.590.3400.65214.6241.9424.31
Hex243A583B22041d72a18
Octal4472130734201013275230
Binary1001001110101011000111011100010010000011101011110101011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #243A58

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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