Html Css Color HEX #294060 Catalina Blue

📋 copy color: '#294060'

red 41 ◦ green 64 ◦ blue 96

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

Shades of Catalina Blue #294060

Tints of Catalina Blue #294060

RGB

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

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

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

R = 20.4%
G = 31.84%
B = 47.76%

CMYK

 C value IS 0.57

 M value IS 0.33

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#294060 (or 0x294060) is known color: Catalina Blue. HEX triplet: 29, 40 and 60. RGB value is (41,64,96). Sum of RGB (Red+Green+Blue) = 41+64+96=201 (26% of max value = 765). Red value is 41 (16.41% from 255 or 20.40% from 201); Green value is 64 (25.39% from 255 or 31.84% from 201); Blue value is 96 (37.89% from 255 or 47.76% from 201); Max value from RGB is 96 - color contains mainly: blue. Hex color #294060 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #294060 is #D6BF9F. Grayscale: #3C3C3C. Windows color (decimal): -14073760 or 6307881. OLE color: 6307881.

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

Color convert

RGB 41 64 96 -
CMYK 0.57 0.33 0 0.62
HSL 214.91º 0.4% 0.27% -
HSV(B) 214.91º 0.57% 0.38% -
XYZ 4.86 4.98 11.77 -
YUV 60.77 147.88 113.9 -
System Red Green Blue C M Y K H S L
Decimal 41 64 96 0.57 0.33 0 0.62 214.91 0.4 0.27
Hex 29 40 60 39 21 0 3E D7 28 1B
Octal 51 100 140 71 41 0 76 327 50 33
Binary 101001 1000000 1100000 111001 100001 0 111110 11010111 101000 11011

Color Harmonies of #294060

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #294060

Black with #294060

Text Example


Text Example

White with #294060

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #294060; }

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

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

background-color css

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

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

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

border-color css

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

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

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