#243A52

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

Shades of Catalina Blue #243A52

Tints of Catalina Blue #243A52

Color information

#243A52 (or 0x243A52) is unknown color: approx Catalina Blue. HEX triplet: 24, 3A and 52. RGB value is (36,58,82). Sum of RGB (Red+Green+Blue) = 36+58+82=176 (23% of max value = 765). Red value is 36 (14.45% from 255 or 20.45% from 176); Green value is 58 (23.05% from 255 or 32.95% from 176); Blue value is 82 (32.42% from 255 or 46.59% from 176); Max value from RGB is 82 - color contains mainly: blue. Hex color #243A52 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #243A52 is #DBC5AD. Grayscale: #363636. Windows color (decimal): -14402990 or 5388836. OLE color: 5388836.

HSL color Cylindrical-coordinate representation of color #243A52: hue angle of 211.3º degrees, saturation: 0.39, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #243A52 is Cyan = 0.56, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.68.

Color convert

RGB365882-
CMYK0.560.2900.68
HSL211.3º38.98%23.14%-
HSV(B)211.3º56.1%32.16%-
XYZ3.764.018.56-
YUV54.16143.71115.05-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 20.45%
GREEN value IS 58 (23.05% from 255) = 32.95%
BLUE value IS 82 (32.42% from 255) = 46.59%
R=20.45%
G=32.95%
B=46.59%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal3658820.560.2900.68211.338.9823.14
Hex243A52381D044d32717
Octal4472122703501043234727
Binary100100111010101001011100011101010001001101001110011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #243A52

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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