Html Css Color HEX #294159 Catalina Blue

📋 copy color: '#294159'

red 41 ◦ green 65 ◦ blue 89

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

Shades of Catalina Blue #294159

Tints of Catalina Blue #294159

RGB

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

 GREEN value IS 65 (25.78% from 255) = 33.33%

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

R = 21.03%
G = 33.33%
B = 45.64%

CMYK

 C value IS 0.54

 M value IS 0.27

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#294159 (or 0x294159) is known color: Catalina Blue. HEX triplet: 29, 41 and 59. RGB value is (41,65,89). Sum of RGB (Red+Green+Blue) = 41+65+89=195 (25% of max value = 765). Red value is 41 (16.41% from 255 or 21.03% from 195); Green value is 65 (25.78% from 255 or 33.33% from 195); Blue value is 89 (35.16% from 255 or 45.64% from 195); Max value from RGB is 89 - color contains mainly: blue. Hex color #294159 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #294159 is #D6BEA6. Grayscale: #3C3C3C. Windows color (decimal): -14073511 or 5849385. OLE color: 5849385.

HSL color Cylindrical-coordinate representation of color #294159: hue angle of 210º 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 #294159 is Cyan = 0.54, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB 41 65 89 -
CMYK 0.54 0.27 0 0.65
HSL 210º 0.37% 0.25% -
HSV(B) 210º 0.54% 0.35% -
XYZ 4.61 4.97 10.17 -
YUV 60.56 144.05 114.05 -
System Red Green Blue C M Y K H S L
Decimal 41 65 89 0.54 0.27 0 0.65 210 0.37 0.25
Hex 29 41 59 36 1B 0 41 D2 25 19
Octal 51 101 131 66 33 0 101 322 45 31
Binary 101001 1000001 1011001 110110 11011 0 1000001 11010010 100101 11001

Color Harmonies of #294159

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #294159

Black with #294159

Text Example


Text Example

White with #294159

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #294159; }

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

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

background-color css

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

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

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

border-color css

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

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

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