Html Css Color HEX #294161 Catalina Blue

📋 copy color: '#294161'

red 41 ◦ green 65 ◦ blue 97

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

Shades of Catalina Blue #294161

Tints of Catalina Blue #294161

RGB

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

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

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

R = 20.2%
G = 32.02%
B = 47.78%

CMYK

 C value IS 0.58

 M value IS 0.33

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#294161 (or 0x294161) is known color: Catalina Blue. HEX triplet: 29, 41 and 61. RGB value is (41,65,97). Sum of RGB (Red+Green+Blue) = 41+65+97=203 (26% of max value = 765). Red value is 41 (16.41% from 255 or 20.20% from 203); Green value is 65 (25.78% from 255 or 32.02% from 203); Blue value is 97 (38.28% from 255 or 47.78% from 203); Max value from RGB is 97 - color contains mainly: blue. Hex color #294161 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #294161 is #D6BE9E. Grayscale: #3D3D3D. Windows color (decimal): -14073503 or 6373673. OLE color: 6373673.

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

Color convert

RGB 41 65 97 -
CMYK 0.58 0.33 0 0.62
HSL 214.29º 0.41% 0.27% -
HSV(B) 214.29º 0.58% 0.38% -
XYZ 4.96 5.12 12.04 -
YUV 61.47 148.05 113.4 -
System Red Green Blue C M Y K H S L
Decimal 41 65 97 0.58 0.33 0 0.62 214.29 0.41 0.27
Hex 29 41 61 3A 21 0 3E D6 29 1B
Octal 51 101 141 72 41 0 76 326 51 33
Binary 101001 1000001 1100001 111010 100001 0 111110 11010110 101001 11011

Color Harmonies of #294161

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #294161

Black with #294161

Text Example


Text Example

White with #294161

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #294161; }

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

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

background-color css

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

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

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

border-color css

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

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

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