#293A62

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

Shades of Catalina Blue #293A62

Tints of Catalina Blue #293A62

Color information

#293A62 (or 0x293A62) is unknown color: approx Catalina Blue. HEX triplet: 29, 3A and 62. RGB value is (41,58,98). Sum of RGB (Red+Green+Blue) = 41+58+98=197 (26% of max value = 765). Red value is 41 (16.41% from 255 or 20.81% from 197); Green value is 58 (23.05% from 255 or 29.44% from 197); Blue value is 98 (38.67% from 255 or 49.75% from 197); Max value from RGB is 98 - color contains mainly: blue. Hex color #293A62 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #293A62 is #D6C59D. Grayscale: #393939. Windows color (decimal): -14075294 or 6437417. OLE color: 6437417.

HSL color Cylindrical-coordinate representation of color #293A62: hue angle of 222.11º 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 #293A62 is Cyan = 0.58, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB415898-
CMYK0.580.4100.62
HSL222.11º41.01%27.25%-
HSV(B)222.11º58.16%38.43%-
XYZ4.634.3812.16-
YUV57.48150.87116.25-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 20.81%
GREEN value IS 58 (23.05% from 255) = 29.44%
BLUE value IS 98 (38.67% from 255) = 49.75%
R=20.81%
G=29.44%
B=49.75%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal4158980.580.4100.62222.1141.0127.25
Hex293A623A2903Ede291b
Octal517214272510763365133
Binary101001111010110001011101010100101111101101111010100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #293A62

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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