Html Css Color HEX #295675 Venice Blue

📋 copy color: '#295675'

red 41 ◦ green 86 ◦ blue 117

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

Shades of Venice Blue #295675

Tints of Venice Blue #295675

RGB

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

 GREEN value IS 86 (33.98% from 255) = 35.25%

 BLUE value IS 117 (46.09% from 255) = 47.95%

R = 16.8%
G = 35.25%
B = 47.95%

CMYK

 C value IS 0.65

 M value IS 0.26

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#295675 (or 0x295675) is known color: Venice Blue. HEX triplet: 29, 56 and 75. RGB value is (41,86,117). Sum of RGB (Red+Green+Blue) = 41+86+117=244 (32% of max value = 765). Red value is 41 (16.41% from 255 or 16.80% from 244); Green value is 86 (33.98% from 255 or 35.25% from 244); Blue value is 117 (46.09% from 255 or 47.95% from 244); Max value from RGB is 117 - color contains mainly: blue. Hex color #295675 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #295675 is #D6A98A. Grayscale: #4B4B4B. Windows color (decimal): -14068107 or 7689769. OLE color: 7689769.

HSL color Cylindrical-coordinate representation of color #295675: hue angle of 204.47º degrees, saturation: 0.48, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #295675 is Cyan = 0.65, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 41 86 117 -
CMYK 0.65 0.26 0 0.54
HSL 204.47º 0.48% 0.31% -
HSV(B) 204.47º 0.65% 0.46% -
XYZ 7.45 8.41 18.06 -
YUV 76.08 151.09 102.98 -
System Red Green Blue C M Y K H S L
Decimal 41 86 117 0.65 0.26 0 0.54 204.47 0.48 0.31
Hex 29 56 75 41 1A 0 36 CC 30 1F
Octal 51 126 165 101 32 0 66 314 60 37
Binary 101001 1010110 1110101 1000001 11010 0 110110 11001100 110000 11111

Color Harmonies of #295675

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #295675

Black with #295675

Text Example


Text Example

White with #295675

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #295675; }

 p { color: rgb(41,86,117); }

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

background-color css

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

 a { background-color: rgb(41,86,117); }

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

border-color css

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

 span { border-color: rgb(41,86,117); }

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