#243A56

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

Shades of Catalina Blue #243A56

Tints of Catalina Blue #243A56

Color information

#243A56 (or 0x243A56) is unknown color: approx Catalina Blue. HEX triplet: 24, 3A and 56. RGB value is (36,58,86). Sum of RGB (Red+Green+Blue) = 36+58+86=180 (23% of max value = 765). Red value is 36 (14.45% from 255 or 20% from 180); Green value is 58 (23.05% from 255 or 32.22% from 180); Blue value is 86 (33.98% from 255 or 47.78% from 180); Max value from RGB is 86 - color contains mainly: blue. Hex color #243A56 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #243A56 is #DBC5A9. Grayscale: #363636. Windows color (decimal): -14402986 or 5650980. OLE color: 5650980.

HSL color Cylindrical-coordinate representation of color #243A56: hue angle of 213.6º degrees, saturation: 0.41, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #243A56 is Cyan = 0.58, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.66.

Color convert

RGB365886-
CMYK0.580.3300.66
HSL213.6º40.98%23.92%-
HSV(B)213.6º58.14%33.73%-
XYZ3.924.079.38-
YUV54.61145.71114.72-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 20%
GREEN value IS 58 (23.05% from 255) = 32.22%
BLUE value IS 86 (33.98% from 255) = 47.78%
R=20%
G=32.22%
B=47.78%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal3658860.580.3300.66213.640.9823.92
Hex243A563A21042d62918
Octal4472126724101023265130
Binary1001001110101010110111010100001010000101101011010100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #243A56

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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