Html Css Color HEX #294061 Catalina Blue

📋 copy color: '#294061'

red 41 ◦ green 64 ◦ blue 97

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

Shades of Catalina Blue #294061

Tints of Catalina Blue #294061

RGB

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

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

 BLUE value IS 97 (38.28% from 255) = 48.02%

R = 20.3%
G = 31.68%
B = 48.02%

CMYK

 C value IS 0.58

 M value IS 0.34

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#294061 (or 0x294061) is known color: Catalina Blue. HEX triplet: 29, 40 and 61. RGB value is (41,64,97). Sum of RGB (Red+Green+Blue) = 41+64+97=202 (26% of max value = 765). Red value is 41 (16.41% from 255 or 20.30% from 202); Green value is 64 (25.39% from 255 or 31.68% from 202); Blue value is 97 (38.28% from 255 or 48.02% from 202); Max value from RGB is 97 - color contains mainly: blue. Hex color #294061 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #294061 is #D6BF9E. Grayscale: #3C3C3C. Windows color (decimal): -14073759 or 6373417. OLE color: 6373417.

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

Color convert

RGB 41 64 97 -
CMYK 0.58 0.34 0 0.62
HSL 215.36º 0.41% 0.27% -
HSV(B) 215.36º 0.58% 0.38% -
XYZ 4.91 5 12.02 -
YUV 60.89 148.38 113.82 -
System Red Green Blue C M Y K H S L
Decimal 41 64 97 0.58 0.34 0 0.62 215.36 0.41 0.27
Hex 29 40 61 3A 22 0 3E D7 29 1B
Octal 51 100 141 72 42 0 76 327 51 33
Binary 101001 1000000 1100001 111010 100010 0 111110 11010111 101001 11011

Color Harmonies of #294061

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #294061

Black with #294061

Text Example


Text Example

White with #294061

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #294061; }

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

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

background-color css

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

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

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

border-color css

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

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

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