Html Css Color HEX #294261 Catalina Blue

📋 copy color: '#294261'

red 41 ◦ green 66 ◦ blue 97

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

Shades of Catalina Blue #294261

Tints of Catalina Blue #294261

RGB

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

 GREEN value IS 66 (26.17% from 255) = 32.35%

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

R = 20.1%
G = 32.35%
B = 47.55%

CMYK

 C value IS 0.58

 M value IS 0.32

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#294261 (or 0x294261) is known color: Catalina Blue. HEX triplet: 29, 42 and 61. RGB value is (41,66,97). Sum of RGB (Red+Green+Blue) = 41+66+97=204 (27% of max value = 765). Red value is 41 (16.41% from 255 or 20.10% from 204); Green value is 66 (26.17% from 255 or 32.35% from 204); Blue value is 97 (38.28% from 255 or 47.55% from 204); Max value from RGB is 97 - color contains mainly: blue. Hex color #294261 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #294261 is #D6BD9E. Grayscale: #3D3D3D. Windows color (decimal): -14073247 or 6373929. OLE color: 6373929.

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

Color convert

RGB 41 66 97 -
CMYK 0.58 0.32 0 0.62
HSL 213.21º 0.41% 0.27% -
HSV(B) 213.21º 0.58% 0.38% -
XYZ 5.02 5.23 12.05 -
YUV 62.06 147.72 112.98 -
System Red Green Blue C M Y K H S L
Decimal 41 66 97 0.58 0.32 0 0.62 213.21 0.41 0.27
Hex 29 42 61 3A 20 0 3E D5 29 1B
Octal 51 102 141 72 40 0 76 325 51 33
Binary 101001 1000010 1100001 111010 100000 0 111110 11010101 101001 11011

Color Harmonies of #294261

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #294261

Black with #294261

Text Example


Text Example

White with #294261

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #294261; }

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

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

background-color css

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

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

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

border-color css

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

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

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