#293D65

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

Shades of Catalina Blue #293D65

Tints of Catalina Blue #293D65

Color information

#293D65 (or 0x293D65) is unknown color: approx Catalina Blue. HEX triplet: 29, 3D and 65. RGB value is (41,61,101). Sum of RGB (Red+Green+Blue) = 41+61+101=203 (26% of max value = 765). Red value is 41 (16.41% from 255 or 20.20% from 203); Green value is 61 (24.22% from 255 or 30.05% from 203); Blue value is 101 (39.84% from 255 or 49.75% from 203); Max value from RGB is 101 - color contains mainly: blue. Hex color #293D65 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #293D65 is #D6C29A. Grayscale: #3B3B3B. Windows color (decimal): -14074523 or 6634793. OLE color: 6634793.

HSL color Cylindrical-coordinate representation of color #293D65: hue angle of 220º degrees, saturation: 0.42, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #293D65 is Cyan = 0.59, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.60.

Color convert

RGB4161101-
CMYK0.590.4000.60
HSL220º42.25%27.84%-
HSV(B)220º59.41%39.61%-
XYZ4.934.7512.97-
YUV59.58151.37114.75-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 20.20%
GREEN value IS 61 (24.22% from 255) = 30.05%
BLUE value IS 101 (39.84% from 255) = 49.75%
R=20.20%
G=30.05%
B=49.75%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal41611010.590.4000.6022042.2527.84
Hex293D653B2803Cdc2a1c
Octal517514573500743345234
Binary101001111101110010111101110100001111001101110010101011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #293D65

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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