Html Css Color HEX #295778 Venice Blue

📋 copy color: '#295778'

red 41 ◦ green 87 ◦ blue 120

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

Shades of Venice Blue #295778

Tints of Venice Blue #295778

RGB

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

 GREEN value IS 87 (34.38% from 255) = 35.08%

 BLUE value IS 120 (47.27% from 255) = 48.39%

R = 16.53%
G = 35.08%
B = 48.39%

CMYK

 C value IS 0.66

 M value IS 0.28

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#295778 (or 0x295778) is known color: Venice Blue. HEX triplet: 29, 57 and 78. RGB value is (41,87,120). Sum of RGB (Red+Green+Blue) = 41+87+120=248 (32% of max value = 765). Red value is 41 (16.41% from 255 or 16.53% from 248); Green value is 87 (34.38% from 255 or 35.08% from 248); Blue value is 120 (47.27% from 255 or 48.39% from 248); Max value from RGB is 120 - color contains mainly: blue. Hex color #295778 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #295778 is #D6A887. Grayscale: #4C4C4C. Windows color (decimal): -14067848 or 7886633. OLE color: 7886633.

HSL color Cylindrical-coordinate representation of color #295778: hue angle of 205.06º degrees, saturation: 0.49, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #295778 is Cyan = 0.66, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 41 87 120 -
CMYK 0.66 0.28 0 0.53
HSL 205.06º 0.49% 0.32% -
HSV(B) 205.06º 0.66% 0.47% -
XYZ 7.71 8.64 19.03 -
YUV 77.01 152.26 102.32 -
System Red Green Blue C M Y K H S L
Decimal 41 87 120 0.66 0.28 0 0.53 205.06 0.49 0.32
Hex 29 57 78 42 1C 0 35 CD 31 20
Octal 51 127 170 102 34 0 65 315 61 40
Binary 101001 1010111 1111000 1000010 11100 0 110101 11001101 110001 100000

Color Harmonies of #295778

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #295778

Black with #295778

Text Example


Text Example

White with #295778

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #295778; }

 p { color: rgb(41,87,120); }

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

background-color css

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

 a { background-color: rgb(41,87,120); }

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

border-color css

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

 span { border-color: rgb(41,87,120); }

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