#293D62

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

Shades of Catalina Blue #293D62

Tints of Catalina Blue #293D62

Color information

#293D62 (or 0x293D62) is unknown color: approx Catalina Blue. HEX triplet: 29, 3D and 62. RGB value is (41,61,98). Sum of RGB (Red+Green+Blue) = 41+61+98=200 (26% of max value = 765). Red value is 41 (16.41% from 255 or 20.5% from 200); Green value is 61 (24.22% from 255 or 30.5% from 200); Blue value is 98 (38.67% from 255 or 49% from 200); Max value from RGB is 98 - color contains mainly: blue. Hex color #293D62 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #293D62 is #D6C29D. Grayscale: #3B3B3B. Windows color (decimal): -14074526 or 6438185. OLE color: 6438185.

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

Color convert

RGB416198-
CMYK0.580.3800.62
HSL218.95º41.01%27.25%-
HSV(B)218.95º58.16%38.43%-
XYZ4.794.6912.21-
YUV59.24149.87114.99-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 20.5%
GREEN value IS 61 (24.22% from 255) = 30.5%
BLUE value IS 98 (38.67% from 255) = 49%
R=20.5%
G=30.5%
B=49%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal4161980.580.3800.62218.9541.0127.25
Hex293D623A2603Edb291b
Octal517514272460763335133
Binary101001111101110001011101010011001111101101101110100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #293D62

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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