#293D55

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

Shades of Catalina Blue #293D55

Tints of Catalina Blue #293D55

Color information

#293D55 (or 0x293D55) is unknown color: approx Catalina Blue. HEX triplet: 29, 3D and 55. RGB value is (41,61,85). Sum of RGB (Red+Green+Blue) = 41+61+85=187 (24% of max value = 765). Red value is 41 (16.41% from 255 or 21.93% from 187); Green value is 61 (24.22% from 255 or 32.62% from 187); Blue value is 85 (33.59% from 255 or 45.45% from 187); Max value from RGB is 85 - color contains mainly: blue. Hex color #293D55 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #293D55 is #D6C2AA. Grayscale: #393939. Windows color (decimal): -14074539 or 5586217. OLE color: 5586217.

HSL color Cylindrical-coordinate representation of color #293D55: hue angle of 212.73º degrees, saturation: 0.35, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #293D55 is Cyan = 0.52, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB416185-
CMYK0.520.2800.67
HSL212.73º34.92%24.71%-
HSV(B)212.73º51.76%33.33%-
XYZ4.224.469.23-
YUV57.76143.37116.05-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 21.93%
GREEN value IS 61 (24.22% from 255) = 32.62%
BLUE value IS 85 (33.59% from 255) = 45.45%
R=21.93%
G=32.62%
B=45.45%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal4161850.520.2800.67212.7334.9224.71
Hex293D55341C043d52319
Octal5175125643401033254331
Binary101001111101101010111010011100010000111101010110001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #293D55

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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