Html Css Color HEX #294561 Catalina Blue

📋 copy color: '#294561'

red 41 ◦ green 69 ◦ blue 97

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

Shades of Catalina Blue #294561

Tints of Catalina Blue #294561

RGB

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

 GREEN value IS 69 (27.34% from 255) = 33.33%

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

R = 19.81%
G = 33.33%
B = 46.86%

CMYK

 C value IS 0.58

 M value IS 0.29

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#294561 (or 0x294561) is known color: Catalina Blue. HEX triplet: 29, 45 and 61. RGB value is (41,69,97). Sum of RGB (Red+Green+Blue) = 41+69+97=207 (27% of max value = 765). Red value is 41 (16.41% from 255 or 19.81% from 207); Green value is 69 (27.34% from 255 or 33.33% from 207); Blue value is 97 (38.28% from 255 or 46.86% from 207); Max value from RGB is 97 - color contains mainly: blue. Hex color #294561 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #294561 is #D6BA9E. Grayscale: #3F3F3F. Windows color (decimal): -14072479 or 6374697. OLE color: 6374697.

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

Color convert

RGB 41 69 97 -
CMYK 0.58 0.29 0 0.62
HSL 210º 0.41% 0.27% -
HSV(B) 210º 0.58% 0.38% -
XYZ 5.2 5.59 12.11 -
YUV 63.82 146.72 111.72 -
System Red Green Blue C M Y K H S L
Decimal 41 69 97 0.58 0.29 0 0.62 210 0.41 0.27
Hex 29 45 61 3A 1D 0 3E D2 29 1B
Octal 51 105 141 72 35 0 76 322 51 33
Binary 101001 1000101 1100001 111010 11101 0 111110 11010010 101001 11011

Color Harmonies of #294561

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #294561

Black with #294561

Text Example


Text Example

White with #294561

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #294561; }

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

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

background-color css

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

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

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

border-color css

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

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

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