#293D61

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

Shades of Catalina Blue #293D61

Tints of Catalina Blue #293D61

Color information

#293D61 (or 0x293D61) is unknown color: approx Catalina Blue. HEX triplet: 29, 3D and 61. RGB value is (41,61,97). Sum of RGB (Red+Green+Blue) = 41+61+97=199 (26% of max value = 765). Red value is 41 (16.41% from 255 or 20.60% from 199); Green value is 61 (24.22% from 255 or 30.65% from 199); Blue value is 97 (38.28% from 255 or 48.74% from 199); Max value from RGB is 97 - color contains mainly: blue. Hex color #293D61 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #293D61 is #D6C29E. Grayscale: #3A3A3A. Windows color (decimal): -14074527 or 6372649. OLE color: 6372649.

HSL color Cylindrical-coordinate representation of color #293D61: hue angle of 218.57º 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 #293D61 is Cyan = 0.58, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB416197-
CMYK0.580.3700.62
HSL218.57º40.58%27.06%-
HSV(B)218.57º57.73%38.04%-
XYZ4.744.6711.96-
YUV59.12149.37115.07-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 20.60%
GREEN value IS 61 (24.22% from 255) = 30.65%
BLUE value IS 97 (38.28% from 255) = 48.74%
R=20.60%
G=30.65%
B=48.74%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal4161970.580.3700.62218.5740.5827.06
Hex293D613A2503Edb291b
Octal517514172450763335133
Binary101001111101110000111101010010101111101101101110100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #293D61

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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