#293C62

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

Shades of Catalina Blue #293C62

Tints of Catalina Blue #293C62

Color information

#293C62 (or 0x293C62) is unknown color: approx Catalina Blue. HEX triplet: 29, 3C and 62. RGB value is (41,60,98). Sum of RGB (Red+Green+Blue) = 41+60+98=199 (26% of max value = 765). Red value is 41 (16.41% from 255 or 20.60% from 199); Green value is 60 (23.83% from 255 or 30.15% from 199); Blue value is 98 (38.67% from 255 or 49.25% from 199); Max value from RGB is 98 - color contains mainly: blue. Hex color #293C62 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #293C62 is #D6C39D. Grayscale: #3A3A3A. Windows color (decimal): -14074782 or 6437929. OLE color: 6437929.

HSL color Cylindrical-coordinate representation of color #293C62: hue angle of 220º degrees, saturation: 0.41, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #293C62 is Cyan = 0.58, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB416098-
CMYK0.580.3900.62
HSL220º41.01%27.25%-
HSV(B)220º58.16%38.43%-
XYZ4.734.5812.19-
YUV58.65150.21115.41-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 20.60%
GREEN value IS 60 (23.83% from 255) = 30.15%
BLUE value IS 98 (38.67% from 255) = 49.25%
R=20.60%
G=30.15%
B=49.25%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal4160980.580.3900.6222041.0127.25
Hex293C623A2703Edc291b
Octal517414272470763345133
Binary101001111100110001011101010011101111101101110010100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #293C62

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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