Html Css Color HEX #294160 Catalina Blue

📋 copy color: '#294160'

red 41 ◦ green 65 ◦ blue 96

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

Shades of Catalina Blue #294160

Tints of Catalina Blue #294160

RGB

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

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

 BLUE value IS 96 (37.89% from 255) = 47.52%

R = 20.3%
G = 32.18%
B = 47.52%

CMYK

 C value IS 0.57

 M value IS 0.32

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#294160 (or 0x294160) is known color: Catalina Blue. HEX triplet: 29, 41 and 60. RGB value is (41,65,96). Sum of RGB (Red+Green+Blue) = 41+65+96=202 (26% of max value = 765). Red value is 41 (16.41% from 255 or 20.30% from 202); Green value is 65 (25.78% from 255 or 32.18% from 202); Blue value is 96 (37.89% from 255 or 47.52% from 202); Max value from RGB is 96 - color contains mainly: blue. Hex color #294160 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #294160 is #D6BE9F. Grayscale: #3D3D3D. Windows color (decimal): -14073504 or 6308137. OLE color: 6308137.

HSL color Cylindrical-coordinate representation of color #294160: hue angle of 213.82º degrees, saturation: 0.4, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #294160 is Cyan = 0.57, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB 41 65 96 -
CMYK 0.57 0.32 0 0.62
HSL 213.82º 0.4% 0.27% -
HSV(B) 213.82º 0.57% 0.38% -
XYZ 4.92 5.1 11.79 -
YUV 61.36 147.55 113.48 -
System Red Green Blue C M Y K H S L
Decimal 41 65 96 0.57 0.32 0 0.62 213.82 0.4 0.27
Hex 29 41 60 39 20 0 3E D6 28 1B
Octal 51 101 140 71 40 0 76 326 50 33
Binary 101001 1000001 1100000 111001 100000 0 111110 11010110 101000 11011

Color Harmonies of #294160

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #294160

Black with #294160

Text Example


Text Example

White with #294160

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #294160; }

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

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

background-color css

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

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

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

border-color css

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

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

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