#293F5A

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

Shades of Catalina Blue #293F5A

Tints of Catalina Blue #293F5A

Color information

#293F5A (or 0x293F5A) is unknown color: approx Catalina Blue. HEX triplet: 29, 3F and 5A. RGB value is (41,63,90). Sum of RGB (Red+Green+Blue) = 41+63+90=194 (25% of max value = 765). Red value is 41 (16.41% from 255 or 21.13% from 194); Green value is 63 (25% from 255 or 32.47% from 194); Blue value is 90 (35.55% from 255 or 46.39% from 194); Max value from RGB is 90 - color contains mainly: blue. Hex color #293F5A is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #293F5A is #D6C0A5. Grayscale: #3B3B3B. Windows color (decimal): -14074022 or 5914409. OLE color: 5914409.

HSL color Cylindrical-coordinate representation of color #293F5A: hue angle of 213.06º 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 #293F5A is Cyan = 0.54, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB416390-
CMYK0.540.3000.65
HSL213.06º37.4%25.69%-
HSV(B)213.06º54.44%35.29%-
XYZ4.544.7610.35-
YUV59.5145.21114.8-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 21.13%
GREEN value IS 63 (25% from 255) = 32.47%
BLUE value IS 90 (35.55% from 255) = 46.39%
R=21.13%
G=32.47%
B=46.39%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal4163900.540.3000.65213.0637.425.69
Hex293F5A361E041d5251a
Octal5177132663601013254532
Binary101001111111101101011011011110010000011101010110010111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #293F5A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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