#293F58

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

Shades of Catalina Blue #293F58

Tints of Catalina Blue #293F58

Color information

#293F58 (or 0x293F58) is unknown color: approx Catalina Blue. HEX triplet: 29, 3F and 58. RGB value is (41,63,88). Sum of RGB (Red+Green+Blue) = 41+63+88=192 (25% of max value = 765). Red value is 41 (16.41% from 255 or 21.35% from 192); Green value is 63 (25% from 255 or 32.81% from 192); Blue value is 88 (34.77% from 255 or 45.83% from 192); Max value from RGB is 88 - color contains mainly: blue. Hex color #293F58 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #293F58 is #D6C0A7. Grayscale: #3B3B3B. Windows color (decimal): -14074024 or 5783337. OLE color: 5783337.

HSL color Cylindrical-coordinate representation of color #293F58: hue angle of 211.91º degrees, saturation: 0.36, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #293F58 is Cyan = 0.53, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB416388-
CMYK0.530.2800.65
HSL211.91º36.43%25.29%-
HSV(B)211.91º53.41%34.51%-
XYZ4.454.739.91-
YUV59.27144.21114.97-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 21.35%
GREEN value IS 63 (25% from 255) = 32.81%
BLUE value IS 88 (34.77% from 255) = 45.83%
R=21.35%
G=32.81%
B=45.83%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal4163880.530.2800.65211.9136.4325.29
Hex293F58351C041d42419
Octal5177130653401013244431
Binary101001111111101100011010111100010000011101010010010011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #293F58

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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