#293C5A

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

Shades of Catalina Blue #293C5A

Tints of Catalina Blue #293C5A

Color information

#293C5A (or 0x293C5A) is unknown color: approx Catalina Blue. HEX triplet: 29, 3C and 5A. RGB value is (41,60,90). Sum of RGB (Red+Green+Blue) = 41+60+90=191 (25% of max value = 765). Red value is 41 (16.41% from 255 or 21.47% from 191); Green value is 60 (23.83% from 255 or 31.41% from 191); Blue value is 90 (35.55% from 255 or 47.12% from 191); Max value from RGB is 90 - color contains mainly: blue. Hex color #293C5A is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #293C5A is #D6C3A5. Grayscale: #393939. Windows color (decimal): -14074790 or 5913641. OLE color: 5913641.

HSL color Cylindrical-coordinate representation of color #293C5A: hue angle of 216.73º degrees, saturation: 0.37, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #293C5A is Cyan = 0.54, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB416090-
CMYK0.540.3300.65
HSL216.73º37.4%25.69%-
HSV(B)216.73º54.44%35.29%-
XYZ4.384.4410.3-
YUV57.74146.21116.06-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 21.47%
GREEN value IS 60 (23.83% from 255) = 31.41%
BLUE value IS 90 (35.55% from 255) = 47.12%
R=21.47%
G=31.41%
B=47.12%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal4160900.540.3300.65216.7337.425.69
Hex293C5A3621041d9251a
Octal5174132664101013314532
Binary1010011111001011010110110100001010000011101100110010111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #293C5A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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