#294361

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

Shades of Catalina Blue #294361

Tints of Catalina Blue #294361

Color information

#294361 (or 0x294361) is unknown color: approx Catalina Blue. HEX triplet: 29, 43 and 61. RGB value is (41,67,97). Sum of RGB (Red+Green+Blue) = 41+67+97=205 (27% of max value = 765). Red value is 41 (16.41% from 255 or 20% from 205); Green value is 67 (26.56% from 255 or 32.68% from 205); Blue value is 97 (38.28% from 255 or 47.32% from 205); Max value from RGB is 97 - color contains mainly: blue. Hex color #294361 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #294361 is #D6BC9E. Grayscale: #3E3E3E. Windows color (decimal): -14072991 or 6374185. OLE color: 6374185.

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

Color convert

RGB416797-
CMYK0.580.3100.62
HSL212.14º40.58%27.06%-
HSV(B)212.14º57.73%38.04%-
XYZ5.085.3512.07-
YUV62.65147.39112.56-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 20%
GREEN value IS 67 (26.56% from 255) = 32.68%
BLUE value IS 97 (38.28% from 255) = 47.32%
R=20%
G=32.68%
B=47.32%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal4167970.580.3100.62212.1440.5827.06
Hex2943613A1F03Ed4291b
Octal5110314172370763245133
Binary101001100001111000011110101111101111101101010010100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #294361

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #294361; }

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

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

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

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

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

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

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

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