#293961

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

Shades of Catalina Blue #293961

Tints of Catalina Blue #293961

Color information

#293961 (or 0x293961) is unknown color: approx Catalina Blue. HEX triplet: 29, 39 and 61. RGB value is (41,57,97). Sum of RGB (Red+Green+Blue) = 41+57+97=195 (25% of max value = 765). Red value is 41 (16.41% from 255 or 21.03% from 195); Green value is 57 (22.66% from 255 or 29.23% from 195); Blue value is 97 (38.28% from 255 or 49.74% from 195); Max value from RGB is 97 - color contains mainly: blue. Hex color #293961 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #293961 is #D6C69E. Grayscale: #383838. Windows color (decimal): -14075551 or 6371625. OLE color: 6371625.

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

Color convert

RGB415797-
CMYK0.580.4100.62
HSL222.86º40.58%27.06%-
HSV(B)222.86º57.73%38.04%-
XYZ4.544.2611.89-
YUV56.78150.7116.75-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 21.03%
GREEN value IS 57 (22.66% from 255) = 29.23%
BLUE value IS 97 (38.28% from 255) = 49.74%
R=21.03%
G=29.23%
B=49.74%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal4157970.580.4100.62222.8640.5827.06
Hex2939613A2903Edf291b
Octal517114172510763375133
Binary101001111001110000111101010100101111101101111110100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #293961

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #293961; }

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

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

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

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

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

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

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

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