#293C65

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

Shades of Catalina Blue #293C65

Tints of Catalina Blue #293C65

Color information

#293C65 (or 0x293C65) is unknown color: approx Catalina Blue. HEX triplet: 29, 3C and 65. RGB value is (41,60,101). Sum of RGB (Red+Green+Blue) = 41+60+101=202 (26% of max value = 765). Red value is 41 (16.41% from 255 or 20.30% from 202); Green value is 60 (23.83% from 255 or 29.70% from 202); Blue value is 101 (39.84% from 255 or 50% from 202); Max value from RGB is 101 - color contains mainly: blue. Hex color #293C65 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #293C65 is #D6C39A. Grayscale: #3A3A3A. Windows color (decimal): -14074779 or 6634537. OLE color: 6634537.

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

Color convert

RGB4160101-
CMYK0.590.4100.60
HSL221º42.25%27.84%-
HSV(B)221º59.41%39.61%-
XYZ4.884.6412.95-
YUV58.99151.71115.17-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 20.30%
GREEN value IS 60 (23.83% from 255) = 29.70%
BLUE value IS 101 (39.84% from 255) = 50%
R=20.30%
G=29.70%
B=50%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal41601010.590.4100.6022142.2527.84
Hex293C653B2903Cdd2a1c
Octal517414573510743355234
Binary101001111100110010111101110100101111001101110110101011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #293C65

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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