#293D67

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

Shades of Catalina Blue #293D67

Tints of Catalina Blue #293D67

Color information

#293D67 (or 0x293D67) is unknown color: approx Catalina Blue. HEX triplet: 29, 3D and 67. RGB value is (41,61,103). Sum of RGB (Red+Green+Blue) = 41+61+103=205 (27% of max value = 765). Red value is 41 (16.41% from 255 or 20% from 205); Green value is 61 (24.22% from 255 or 29.76% from 205); Blue value is 103 (40.62% from 255 or 50.24% from 205); Max value from RGB is 103 - color contains mainly: blue. Hex color #293D67 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #293D67 is #D6C298. Grayscale: #3B3B3B. Windows color (decimal): -14074521 or 6765865. OLE color: 6765865.

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

Color convert

RGB4161103-
CMYK0.600.4100.60
HSL220.65º43.06%28.24%-
HSV(B)220.65º60.19%40.39%-
XYZ5.034.7913.49-
YUV59.81152.37114.58-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 20%
GREEN value IS 61 (24.22% from 255) = 29.76%
BLUE value IS 103 (40.62% from 255) = 50.24%
R=20%
G=29.76%
B=50.24%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal41611030.600.4100.60220.6543.0628.24
Hex293D673C2903Cdd2b1c
Octal517514774510743355334
Binary101001111101110011111110010100101111001101110110101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #293D67

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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