Html Css Color HEX #294362 Catalina Blue

📋 copy color: '#294362'

red 41 ◦ green 67 ◦ blue 98

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

Shades of Catalina Blue #294362

Tints of Catalina Blue #294362

RGB

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

 GREEN value IS 67 (26.56% from 255) = 32.52%

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

R = 19.9%
G = 32.52%
B = 47.57%

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

#294362 (or 0x294362) is known color: Catalina Blue. HEX triplet: 29, 43 and 62. RGB value is (41,67,98). Sum of RGB (Red+Green+Blue) = 41+67+98=206 (27% of max value = 765). Red value is 41 (16.41% from 255 or 19.90% from 206); Green value is 67 (26.56% from 255 or 32.52% from 206); Blue value is 98 (38.67% from 255 or 47.57% from 206); Max value from RGB is 98 - color contains mainly: blue. Hex color #294362 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #294362 is #D6BC9D. Grayscale: #3E3E3E. Windows color (decimal): -14072990 or 6439721. OLE color: 6439721.

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

Color convert

RGB 41 67 98 -
CMYK 0.58 0.32 0 0.62
HSL 212.63º 0.41% 0.27% -
HSV(B) 212.63º 0.58% 0.38% -
XYZ 5.13 5.37 12.32 -
YUV 62.76 147.89 112.48 -
System Red Green Blue C M Y K H S L
Decimal 41 67 98 0.58 0.32 0 0.62 212.63 0.41 0.27
Hex 29 43 62 3A 20 0 3E D5 29 1B
Octal 51 103 142 72 40 0 76 325 51 33
Binary 101001 1000011 1100010 111010 100000 0 111110 11010101 101001 11011

Color Harmonies of #294362

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #294362

Black with #294362

Text Example


Text Example

White with #294362

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #294362; }

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

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

background-color css

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

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

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

border-color css

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

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

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