Html Css Color HEX #294062 Catalina Blue

📋 copy color: '#294062'

red 41 ◦ green 64 ◦ blue 98

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

Shades of Catalina Blue #294062

Tints of Catalina Blue #294062

RGB

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

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

 BLUE value IS 98 (38.67% from 255) = 48.28%

R = 20.2%
G = 31.53%
B = 48.28%

CMYK

 C value IS 0.58

 M value IS 0.35

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#294062 (or 0x294062) is known color: Catalina Blue. HEX triplet: 29, 40 and 62. RGB value is (41,64,98). Sum of RGB (Red+Green+Blue) = 41+64+98=203 (26% of max value = 765). Red value is 41 (16.41% from 255 or 20.20% from 203); Green value is 64 (25.39% from 255 or 31.53% from 203); Blue value is 98 (38.67% from 255 or 48.28% from 203); Max value from RGB is 98 - color contains mainly: blue. Hex color #294062 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #294062 is #D6BF9D. Grayscale: #3C3C3C. Windows color (decimal): -14073758 or 6438953. OLE color: 6438953.

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

Color convert

RGB 41 64 98 -
CMYK 0.58 0.35 0 0.62
HSL 215.79º 0.41% 0.27% -
HSV(B) 215.79º 0.58% 0.38% -
XYZ 4.95 5.02 12.26 -
YUV 61 148.88 113.74 -
System Red Green Blue C M Y K H S L
Decimal 41 64 98 0.58 0.35 0 0.62 215.79 0.41 0.27
Hex 29 40 62 3A 23 0 3E D8 29 1B
Octal 51 100 142 72 43 0 76 330 51 33
Binary 101001 1000000 1100010 111010 100011 0 111110 11011000 101001 11011

Color Harmonies of #294062

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #294062

Black with #294062

Text Example


Text Example

White with #294062

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #294062; }

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

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

background-color css

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

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

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

border-color css

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

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

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