#293B60

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

Shades of Catalina Blue #293B60

Tints of Catalina Blue #293B60

Color information

#293B60 (or 0x293B60) is unknown color: approx Catalina Blue. HEX triplet: 29, 3B and 60. RGB value is (41,59,96). Sum of RGB (Red+Green+Blue) = 41+59+96=196 (25% of max value = 765). Red value is 41 (16.41% from 255 or 20.92% from 196); Green value is 59 (23.44% from 255 or 30.10% from 196); Blue value is 96 (37.89% from 255 or 48.98% from 196); Max value from RGB is 96 - color contains mainly: blue. Hex color #293B60 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #293B60 is #D6C49F. Grayscale: #393939. Windows color (decimal): -14075040 or 6306601. OLE color: 6306601.

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

Color convert

RGB415996-
CMYK0.570.3900.62
HSL220.36º40.15%26.86%-
HSV(B)220.36º57.29%37.65%-
XYZ4.594.4411.68-
YUV57.84149.54115.99-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 20.92%
GREEN value IS 59 (23.44% from 255) = 30.10%
BLUE value IS 96 (37.89% from 255) = 48.98%
R=20.92%
G=30.10%
B=48.98%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal4159960.570.3900.62220.3640.1526.86
Hex293B60392703Edc281b
Octal517314071470763345033
Binary101001111011110000011100110011101111101101110010100011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #293B60

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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