#293C60

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

Shades of Catalina Blue #293C60

Tints of Catalina Blue #293C60

Color information

#293C60 (or 0x293C60) is unknown color: approx Catalina Blue. HEX triplet: 29, 3C and 60. RGB value is (41,60,96). Sum of RGB (Red+Green+Blue) = 41+60+96=197 (26% of max value = 765). Red value is 41 (16.41% from 255 or 20.81% from 197); Green value is 60 (23.83% from 255 or 30.46% from 197); Blue value is 96 (37.89% from 255 or 48.73% from 197); Max value from RGB is 96 - color contains mainly: blue. Hex color #293C60 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #293C60 is #D6C39F. Grayscale: #3A3A3A. Windows color (decimal): -14074784 or 6306857. OLE color: 6306857.

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

Color convert

RGB416096-
CMYK0.570.3800.62
HSL219.27º40.15%26.86%-
HSV(B)219.27º57.29%37.65%-
XYZ4.644.5511.7-
YUV58.42149.21115.57-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 20.81%
GREEN value IS 60 (23.83% from 255) = 30.46%
BLUE value IS 96 (37.89% from 255) = 48.73%
R=20.81%
G=30.46%
B=48.73%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal4160960.570.3800.62219.2740.1526.86
Hex293C60392603Edb281b
Octal517414071460763335033
Binary101001111100110000011100110011001111101101101110100011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #293C60

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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