Html Css Color HEX #294361 Catalina Blue

📋 copy color: '#294361'

red 41 ◦ green 67 ◦ blue 97

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

Shades of Catalina Blue #294361

Tints of Catalina Blue #294361

RGB

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

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

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

R = 20%
G = 32.68%
B = 47.32%

CMYK

 C value IS 0.58

 M value IS 0.31

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#294361 (or 0x294361) is known color: Catalina Blue. HEX triplet: 29, 43 and 61. RGB value is (41,67,97). Sum of RGB (Red+Green+Blue) = 41+67+97=205 (27% of max value = 765). Red value is 41 (16.41% from 255 or 20% from 205); Green value is 67 (26.56% from 255 or 32.68% from 205); Blue value is 97 (38.28% from 255 or 47.32% from 205); Max value from RGB is 97 - color contains mainly: blue. Hex color #294361 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #294361 is #D6BC9E. Grayscale: #3E3E3E. Windows color (decimal): -14072991 or 6374185. OLE color: 6374185.

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

Color convert

RGB 41 67 97 -
CMYK 0.58 0.31 0 0.62
HSL 212.14º 0.41% 0.27% -
HSV(B) 212.14º 0.58% 0.38% -
XYZ 5.08 5.35 12.07 -
YUV 62.65 147.39 112.56 -
System Red Green Blue C M Y K H S L
Decimal 41 67 97 0.58 0.31 0 0.62 212.14 0.41 0.27
Hex 29 43 61 3A 1F 0 3E D4 29 1B
Octal 51 103 141 72 37 0 76 324 51 33
Binary 101001 1000011 1100001 111010 11111 0 111110 11010100 101001 11011

Color Harmonies of #294361

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #294361

Black with #294361

Text Example


Text Example

White with #294361

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #294361; }

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

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

background-color css

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

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

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

border-color css

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

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

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