Html Css Color HEX #295878 Venice Blue

📋 copy color: '#295878'

red 41 ◦ green 88 ◦ blue 120

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

Shades of Venice Blue #295878

Tints of Venice Blue #295878

RGB

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

 GREEN value IS 88 (34.77% from 255) = 35.34%

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

R = 16.47%
G = 35.34%
B = 48.19%

CMYK

 C value IS 0.66

 M value IS 0.27

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#295878 (or 0x295878) is known color: Venice Blue. HEX triplet: 29, 58 and 78. RGB value is (41,88,120). Sum of RGB (Red+Green+Blue) = 41+88+120=249 (32% of max value = 765). Red value is 41 (16.41% from 255 or 16.47% from 249); Green value is 88 (34.77% from 255 or 35.34% from 249); Blue value is 120 (47.27% from 255 or 48.19% from 249); Max value from RGB is 120 - color contains mainly: blue. Hex color #295878 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #295878 is #D6A787. Grayscale: #4D4D4D. Windows color (decimal): -14067592 or 7886889. OLE color: 7886889.

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

Color convert

RGB 41 88 120 -
CMYK 0.66 0.27 0 0.53
HSL 204.3º 0.49% 0.32% -
HSV(B) 204.3º 0.66% 0.47% -
XYZ 7.79 8.81 19.06 -
YUV 77.6 151.93 101.9 -
System Red Green Blue C M Y K H S L
Decimal 41 88 120 0.66 0.27 0 0.53 204.3 0.49 0.32
Hex 29 58 78 42 1B 0 35 CC 31 20
Octal 51 130 170 102 33 0 65 314 61 40
Binary 101001 1011000 1111000 1000010 11011 0 110101 11001100 110001 100000

Color Harmonies of #295878

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #295878

Black with #295878

Text Example


Text Example

White with #295878

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #295878; }

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

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

background-color css

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

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

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

border-color css

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

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

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