Html Css Color HEX #295478 Venice Blue

📋 copy color: '#295478'

red 41 ◦ green 84 ◦ blue 120

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

Shades of Venice Blue #295478

Tints of Venice Blue #295478

RGB

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

 GREEN value IS 84 (33.2% from 255) = 34.29%

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

R = 16.73%
G = 34.29%
B = 48.98%

CMYK

 C value IS 0.66

 M value IS 0.3

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#295478 (or 0x295478) is known color: Venice Blue. HEX triplet: 29, 54 and 78. RGB value is (41,84,120). Sum of RGB (Red+Green+Blue) = 41+84+120=245 (32% of max value = 765). Red value is 41 (16.41% from 255 or 16.73% from 245); Green value is 84 (33.20% from 255 or 34.29% from 245); Blue value is 120 (47.27% from 255 or 48.98% from 245); Max value from RGB is 120 - color contains mainly: blue. Hex color #295478 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #295478 is #D6AB87. Grayscale: #4B4B4B. Windows color (decimal): -14068616 or 7885865. OLE color: 7885865.

HSL color Cylindrical-coordinate representation of color #295478: hue angle of 207.34º 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 #295478 is Cyan = 0.66, Magento = 0.3, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 41 84 120 -
CMYK 0.66 0.3 0 0.53
HSL 207.34º 0.49% 0.32% -
HSV(B) 207.34º 0.66% 0.47% -
XYZ 7.47 8.17 18.95 -
YUV 75.25 153.25 103.57 -
System Red Green Blue C M Y K H S L
Decimal 41 84 120 0.66 0.3 0 0.53 207.34 0.49 0.32
Hex 29 54 78 42 1E 0 35 CF 31 20
Octal 51 124 170 102 36 0 65 317 61 40
Binary 101001 1010100 1111000 1000010 11110 0 110101 11001111 110001 100000

Color Harmonies of #295478

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #295478

Black with #295478

Text Example


Text Example

White with #295478

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #295478; }

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

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

background-color css

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

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

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

border-color css

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

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

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