#293C58

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

Shades of Catalina Blue #293C58

Tints of Catalina Blue #293C58

Color information

#293C58 (or 0x293C58) is unknown color: approx Catalina Blue. HEX triplet: 29, 3C and 58. RGB value is (41,60,88). Sum of RGB (Red+Green+Blue) = 41+60+88=189 (25% of max value = 765). Red value is 41 (16.41% from 255 or 21.69% from 189); Green value is 60 (23.83% from 255 or 31.75% from 189); Blue value is 88 (34.77% from 255 or 46.56% from 189); Max value from RGB is 88 - color contains mainly: blue. Hex color #293C58 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #293C58 is #D6C3A7. Grayscale: #393939. Windows color (decimal): -14074792 or 5782569. OLE color: 5782569.

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

Color convert

RGB416088-
CMYK0.530.3200.65
HSL215.74º36.43%25.29%-
HSV(B)215.74º53.41%34.51%-
XYZ4.294.419.86-
YUV57.51145.21116.22-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 21.69%
GREEN value IS 60 (23.83% from 255) = 31.75%
BLUE value IS 88 (34.77% from 255) = 46.56%
R=21.69%
G=31.75%
B=46.56%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal4160880.530.3200.65215.7436.4325.29
Hex293C583520041d82419
Octal5174130654001013304431
Binary1010011111001011000110101100000010000011101100010010011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #293C58

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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