#294057

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

Shades of Catalina Blue #294057

Tints of Catalina Blue #294057

Color information

#294057 (or 0x294057) is unknown color: approx Catalina Blue. HEX triplet: 29, 40 and 57. RGB value is (41,64,87). Sum of RGB (Red+Green+Blue) = 41+64+87=192 (25% of max value = 765). Red value is 41 (16.41% from 255 or 21.35% from 192); Green value is 64 (25.39% from 255 or 33.33% from 192); Blue value is 87 (34.38% from 255 or 45.31% from 192); Max value from RGB is 87 - color contains mainly: blue. Hex color #294057 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #294057 is #D6BFA8. Grayscale: #3B3B3B. Windows color (decimal): -14073769 or 5718057. OLE color: 5718057.

HSL color Cylindrical-coordinate representation of color #294057: hue angle of 210º degrees, saturation: 0.36, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #294057 is Cyan = 0.53, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.66.

Color convert

RGB416487-
CMYK0.530.2600.66
HSL210º35.94%25.1%-
HSV(B)210º52.87%34.12%-
XYZ4.474.839.71-
YUV59.74143.38114.63-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 21.35%
GREEN value IS 64 (25.39% from 255) = 33.33%
BLUE value IS 87 (34.38% from 255) = 45.31%
R=21.35%
G=33.33%
B=45.31%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal4164870.530.2600.6621035.9425.1
Hex294057351A042d22419
Octal51100127653201023224431
Binary1010011000000101011111010111010010000101101001010010011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #294057

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #294057; }

 p { color: rgb(41,64,87); }

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

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

 a { background-color: rgb(41,64,87); }

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

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

 span { border-color: rgb(41,64,87); }

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