#293C61

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

Shades of Catalina Blue #293C61

Tints of Catalina Blue #293C61

Color information

#293C61 (or 0x293C61) is unknown color: approx Catalina Blue. HEX triplet: 29, 3C and 61. RGB value is (41,60,97). Sum of RGB (Red+Green+Blue) = 41+60+97=198 (26% of max value = 765). Red value is 41 (16.41% from 255 or 20.71% from 198); Green value is 60 (23.83% from 255 or 30.30% from 198); Blue value is 97 (38.28% from 255 or 48.99% from 198); Max value from RGB is 97 - color contains mainly: blue. Hex color #293C61 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #293C61 is #D6C39E. Grayscale: #3A3A3A. Windows color (decimal): -14074783 or 6372393. OLE color: 6372393.

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

Color convert

RGB416097-
CMYK0.580.3800.62
HSL219.64º40.58%27.06%-
HSV(B)219.64º57.73%38.04%-
XYZ4.694.5711.94-
YUV58.54149.71115.49-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 20.71%
GREEN value IS 60 (23.83% from 255) = 30.30%
BLUE value IS 97 (38.28% from 255) = 48.99%
R=20.71%
G=30.30%
B=48.99%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal4160970.580.3800.62219.6440.5827.06
Hex293C613A2603Edc291b
Octal517414172460763345133
Binary101001111100110000111101010011001111101101110010100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #293C61

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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