#293960

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

Shades of Catalina Blue #293960

Tints of Catalina Blue #293960

Color information

#293960 (or 0x293960) is unknown color: approx Catalina Blue. HEX triplet: 29, 39 and 60. RGB value is (41,57,96). Sum of RGB (Red+Green+Blue) = 41+57+96=194 (25% of max value = 765). Red value is 41 (16.41% from 255 or 21.13% from 194); Green value is 57 (22.66% from 255 or 29.38% from 194); Blue value is 96 (37.89% from 255 or 49.48% from 194); Max value from RGB is 96 - color contains mainly: blue. Hex color #293960 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #293960 is #D6C69F. Grayscale: #383838. Windows color (decimal): -14075552 or 6306089. OLE color: 6306089.

HSL color Cylindrical-coordinate representation of color #293960: hue angle of 222.55º degrees, saturation: 0.4, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #293960 is Cyan = 0.57, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB415796-
CMYK0.570.4100.62
HSL222.55º40.15%26.86%-
HSV(B)222.55º57.29%37.65%-
XYZ4.494.2411.65-
YUV56.66150.2116.83-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 21.13%
GREEN value IS 57 (22.66% from 255) = 29.38%
BLUE value IS 96 (37.89% from 255) = 49.48%
R=21.13%
G=29.38%
B=49.48%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal4157960.570.4100.62222.5540.1526.86
Hex293960392903Edf281b
Octal517114071510763375033
Binary101001111001110000011100110100101111101101111110100011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #293960

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #293960; }

 p { color: rgb(41,57,96); }

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

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

 a { background-color: rgb(41,57,96); }

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

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

 span { border-color: rgb(41,57,96); }

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