#293B61

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

Shades of Catalina Blue #293B61

Tints of Catalina Blue #293B61

Color information

#293B61 (or 0x293B61) is unknown color: approx Catalina Blue. HEX triplet: 29, 3B and 61. RGB value is (41,59,97). Sum of RGB (Red+Green+Blue) = 41+59+97=197 (26% of max value = 765). Red value is 41 (16.41% from 255 or 20.81% from 197); Green value is 59 (23.44% from 255 or 29.95% from 197); Blue value is 97 (38.28% from 255 or 49.24% from 197); Max value from RGB is 97 - color contains mainly: blue. Hex color #293B61 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #293B61 is #D6C49E. Grayscale: #393939. Windows color (decimal): -14075039 or 6372137. OLE color: 6372137.

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

Color convert

RGB415997-
CMYK0.580.3900.62
HSL220.71º40.58%27.06%-
HSV(B)220.71º57.73%38.04%-
XYZ4.644.4611.93-
YUV57.95150.04115.91-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 20.81%
GREEN value IS 59 (23.44% from 255) = 29.95%
BLUE value IS 97 (38.28% from 255) = 49.24%
R=20.81%
G=29.95%
B=49.24%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal4159970.580.3900.62220.7140.5827.06
Hex293B613A2703Edd291b
Octal517314172470763355133
Binary101001111011110000111101010011101111101101110110100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #293B61

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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