#293A58

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

Shades of Catalina Blue #293A58

Tints of Catalina Blue #293A58

Color information

#293A58 (or 0x293A58) is unknown color: approx Catalina Blue. HEX triplet: 29, 3A and 58. RGB value is (41,58,88). Sum of RGB (Red+Green+Blue) = 41+58+88=187 (24% of max value = 765). Red value is 41 (16.41% from 255 or 21.93% from 187); Green value is 58 (23.05% from 255 or 31.02% from 187); Blue value is 88 (34.77% from 255 or 47.06% from 187); Max value from RGB is 88 - color contains mainly: blue. Hex color #293A58 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #293A58 is #D6C5A7. Grayscale: #383838. Windows color (decimal): -14075304 or 5782057. OLE color: 5782057.

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

Color convert

RGB415888-
CMYK0.530.3400.65
HSL218.3º36.43%25.29%-
HSV(B)218.3º53.41%34.51%-
XYZ4.194.29.82-
YUV56.34145.87117.06-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 21.93%
GREEN value IS 58 (23.05% from 255) = 31.02%
BLUE value IS 88 (34.77% from 255) = 47.06%
R=21.93%
G=31.02%
B=47.06%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal4158880.530.3400.65218.336.4325.29
Hex293A583522041da2419
Octal5172130654201013324431
Binary1010011110101011000110101100010010000011101101010010011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #293A58

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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