#293A61

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

Shades of Catalina Blue #293A61

Tints of Catalina Blue #293A61

Color information

#293A61 (or 0x293A61) is unknown color: approx Catalina Blue. HEX triplet: 29, 3A and 61. RGB value is (41,58,97). Sum of RGB (Red+Green+Blue) = 41+58+97=196 (25% of max value = 765). Red value is 41 (16.41% from 255 or 20.92% from 196); Green value is 58 (23.05% from 255 or 29.59% from 196); Blue value is 97 (38.28% from 255 or 49.49% from 196); Max value from RGB is 97 - color contains mainly: blue. Hex color #293A61 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #293A61 is #D6C59E. Grayscale: #393939. Windows color (decimal): -14075295 or 6371881. OLE color: 6371881.

HSL color Cylindrical-coordinate representation of color #293A61: hue angle of 221.79º degrees, saturation: 0.41, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #293A61 is Cyan = 0.58, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB415897-
CMYK0.580.4000.62
HSL221.79º40.58%27.06%-
HSV(B)221.79º57.73%38.04%-
XYZ4.594.3611.91-
YUV57.36150.37116.33-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 20.92%
GREEN value IS 58 (23.05% from 255) = 29.59%
BLUE value IS 97 (38.28% from 255) = 49.49%
R=20.92%
G=29.59%
B=49.49%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal4158970.580.4000.62221.7940.5827.06
Hex293A613A2803Ede291b
Octal517214172500763365133
Binary101001111010110000111101010100001111101101111010100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #293A61

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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