#293F61

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

Shades of Catalina Blue #293F61

Tints of Catalina Blue #293F61

Color information

#293F61 (or 0x293F61) is unknown color: approx Catalina Blue. HEX triplet: 29, 3F and 61. RGB value is (41,63,97). Sum of RGB (Red+Green+Blue) = 41+63+97=201 (26% of max value = 765). Red value is 41 (16.41% from 255 or 20.40% from 201); Green value is 63 (25% from 255 or 31.34% from 201); Blue value is 97 (38.28% from 255 or 48.26% from 201); Max value from RGB is 97 - color contains mainly: blue. Hex color #293F61 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #293F61 is #D6C09E. Grayscale: #3C3C3C. Windows color (decimal): -14074015 or 6373161. OLE color: 6373161.

HSL color Cylindrical-coordinate representation of color #293F61: hue angle of 216.43º 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 #293F61 is Cyan = 0.58, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB416397-
CMYK0.580.3500.62
HSL216.43º40.58%27.06%-
HSV(B)216.43º57.73%38.04%-
XYZ4.854.8912-
YUV60.3148.71114.24-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 20.40%
GREEN value IS 63 (25% from 255) = 31.34%
BLUE value IS 97 (38.28% from 255) = 48.26%
R=20.40%
G=31.34%
B=48.26%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal4163970.580.3500.62216.4340.5827.06
Hex293F613A2303Ed8291b
Octal517714172430763305133
Binary101001111111110000111101010001101111101101100010100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #293F61

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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