#294462

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

Shades of Catalina Blue #294462

Tints of Catalina Blue #294462

Color information

#294462 (or 0x294462) is unknown color: approx Catalina Blue. HEX triplet: 29, 44 and 62. RGB value is (41,68,98). Sum of RGB (Red+Green+Blue) = 41+68+98=207 (27% of max value = 765). Red value is 41 (16.41% from 255 or 19.81% from 207); Green value is 68 (26.95% from 255 or 32.85% from 207); Blue value is 98 (38.67% from 255 or 47.34% from 207); Max value from RGB is 98 - color contains mainly: blue. Hex color #294462 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #294462 is #D6BB9D. Grayscale: #3F3F3F. Windows color (decimal): -14072734 or 6439977. OLE color: 6439977.

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

Color convert

RGB416898-
CMYK0.580.3100.62
HSL211.58º41.01%27.25%-
HSV(B)211.58º58.16%38.43%-
XYZ5.195.4912.34-
YUV63.35147.55112.06-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 19.81%
GREEN value IS 68 (26.95% from 255) = 32.85%
BLUE value IS 98 (38.67% from 255) = 47.34%
R=19.81%
G=32.85%
B=47.34%

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
Decimal4168980.580.3100.62211.5841.0127.25
Hex2944623A1F03Ed4291b
Octal5110414272370763245133
Binary101001100010011000101110101111101111101101010010100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #294462

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #294462; }

 p { color: rgb(41,68,98); }

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

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

 a { background-color: rgb(41,68,98); }

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

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

 span { border-color: rgb(41,68,98); }

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