#293F55

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

Shades of Catalina Blue #293F55

Tints of Catalina Blue #293F55

Color information

#293F55 (or 0x293F55) is unknown color: approx Catalina Blue. HEX triplet: 29, 3F and 55. RGB value is (41,63,85). Sum of RGB (Red+Green+Blue) = 41+63+85=189 (25% of max value = 765). Red value is 41 (16.41% from 255 or 21.69% from 189); Green value is 63 (25% from 255 or 33.33% from 189); Blue value is 85 (33.59% from 255 or 44.97% from 189); Max value from RGB is 85 - color contains mainly: blue. Hex color #293F55 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #293F55 is #D6C0AA. Grayscale: #3A3A3A. Windows color (decimal): -14074027 or 5586729. OLE color: 5586729.

HSL color Cylindrical-coordinate representation of color #293F55: hue angle of 210º 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 #293F55 is Cyan = 0.52, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB416385-
CMYK0.520.2600.67
HSL210º34.92%24.71%-
HSV(B)210º51.76%33.33%-
XYZ4.334.689.27-
YUV58.93142.71115.21-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 21.69%
GREEN value IS 63 (25% from 255) = 33.33%
BLUE value IS 85 (33.59% from 255) = 44.97%
R=21.69%
G=33.33%
B=44.97%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal4163850.520.2600.6721034.9224.71
Hex293F55341A043d22319
Octal5177125643201033224331
Binary101001111111101010111010011010010000111101001010001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #293F55

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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