Html Css Color HEX #294769 Catalina Blue

📋 copy color: '#294769'

red 41 ◦ green 71 ◦ blue 105

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

Shades of Catalina Blue #294769

Tints of Catalina Blue #294769

RGB

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

 GREEN value IS 71 (28.13% from 255) = 32.72%

 BLUE value IS 105 (41.41% from 255) = 48.39%

R = 18.89%
G = 32.72%
B = 48.39%

CMYK

 C value IS 0.61

 M value IS 0.32

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#294769 (or 0x294769) is known color: Catalina Blue. HEX triplet: 29, 47 and 69. RGB value is (41,71,105). Sum of RGB (Red+Green+Blue) = 41+71+105=217 (28% of max value = 765). Red value is 41 (16.41% from 255 or 18.89% from 217); Green value is 71 (28.12% from 255 or 32.72% from 217); Blue value is 105 (41.41% from 255 or 48.39% from 217); Max value from RGB is 105 - color contains mainly: blue. Hex color #294769 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #294769 is #D6B896. Grayscale: #414141. Windows color (decimal): -14071959 or 6899497. OLE color: 6899497.

HSL color Cylindrical-coordinate representation of color #294769: hue angle of 211.88º degrees, saturation: 0.44, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #294769 is Cyan = 0.61, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB 41 71 105 -
CMYK 0.61 0.32 0 0.59
HSL 211.88º 0.44% 0.29% -
HSV(B) 211.88º 0.61% 0.41% -
XYZ 5.72 6 14.22 -
YUV 65.91 150.06 110.24 -
System Red Green Blue C M Y K H S L
Decimal 41 71 105 0.61 0.32 0 0.59 211.88 0.44 0.29
Hex 29 47 69 3D 20 0 3B D4 2C 1D
Octal 51 107 151 75 40 0 73 324 54 35
Binary 101001 1000111 1101001 111101 100000 0 111011 11010100 101100 11101

Color Harmonies of #294769

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #294769

Black with #294769

Text Example


Text Example

White with #294769

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #294769; }

 p { color: rgb(41,71,105); }

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

background-color css

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

 a { background-color: rgb(41,71,105); }

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

border-color css

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

 span { border-color: rgb(41,71,105); }

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