Html Css Color HEX #294059 Catalina Blue

📋 copy color: '#294059'

red 41 ◦ green 64 ◦ blue 89

#294059
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Catalina Blue #294059

Tints of Catalina Blue #294059

RGB

 RED value IS 41 (16.41% from 255) = 21.13%

 GREEN value IS 64 (25.39% from 255) = 32.99%

 BLUE value IS 89 (35.16% from 255) = 45.88%

R = 21.13%
G = 32.99%
B = 45.88%

CMYK

 C value IS 0.54

 M value IS 0.28

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#294059 (or 0x294059) is known color: Catalina Blue. HEX triplet: 29, 40 and 59. RGB value is (41,64,89). Sum of RGB (Red+Green+Blue) = 41+64+89=194 (25% of max value = 765). Red value is 41 (16.41% from 255 or 21.13% from 194); Green value is 64 (25.39% from 255 or 32.99% from 194); Blue value is 89 (35.16% from 255 or 45.88% from 194); Max value from RGB is 89 - color contains mainly: blue. Hex color #294059 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #294059 is #D6BFA6. Grayscale: #3B3B3B. Windows color (decimal): -14073767 or 5849129. OLE color: 5849129.

HSL color Cylindrical-coordinate representation of color #294059: hue angle of 211.25º degrees, saturation: 0.37, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #294059 is Cyan = 0.54, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB 41 64 89 -
CMYK 0.54 0.28 0 0.65
HSL 211.25º 0.37% 0.25% -
HSV(B) 211.25º 0.54% 0.35% -
XYZ 4.55 4.86 10.15 -
YUV 59.97 144.38 114.47 -
System Red Green Blue C M Y K H S L
Decimal 41 64 89 0.54 0.28 0 0.65 211.25 0.37 0.25
Hex 29 40 59 36 1C 0 41 D3 25 19
Octal 51 100 131 66 34 0 101 323 45 31
Binary 101001 1000000 1011001 110110 11100 0 1000001 11010011 100101 11001

Color Harmonies of #294059

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #294059

Black with #294059

Text Example


Text Example

White with #294059

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #294059; }

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

 H1.HeaderClassName
 {
   color: #294059;
 }
 .AnyTagClassName
 {
   color: #294059;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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