Html Css Color HEX #295375 Venice Blue

📋 copy color: '#295375'

red 41 ◦ green 83 ◦ blue 117

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

Shades of Venice Blue #295375

Tints of Venice Blue #295375

RGB

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

 GREEN value IS 83 (32.81% from 255) = 34.44%

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

R = 17.01%
G = 34.44%
B = 48.55%

CMYK

 C value IS 0.65

 M value IS 0.29

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#295375 (or 0x295375) is known color: Venice Blue. HEX triplet: 29, 53 and 75. RGB value is (41,83,117). Sum of RGB (Red+Green+Blue) = 41+83+117=241 (31% of max value = 765). Red value is 41 (16.41% from 255 or 17.01% from 241); Green value is 83 (32.81% from 255 or 34.44% from 241); Blue value is 117 (46.09% from 255 or 48.55% from 241); Max value from RGB is 117 - color contains mainly: blue. Hex color #295375 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #295375 is #D6AC8A. Grayscale: #4A4A4A. Windows color (decimal): -14068875 or 7689001. OLE color: 7689001.

HSL color Cylindrical-coordinate representation of color #295375: hue angle of 206.84º 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 #295375 is Cyan = 0.65, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 41 83 117 -
CMYK 0.65 0.29 0 0.54
HSL 206.84º 0.48% 0.31% -
HSV(B) 206.84º 0.65% 0.46% -
XYZ 7.22 7.94 17.98 -
YUV 74.32 152.09 104.24 -
System Red Green Blue C M Y K H S L
Decimal 41 83 117 0.65 0.29 0 0.54 206.84 0.48 0.31
Hex 29 53 75 41 1D 0 36 CF 30 1F
Octal 51 123 165 101 35 0 66 317 60 37
Binary 101001 1010011 1110101 1000001 11101 0 110110 11001111 110000 11111

Color Harmonies of #295375

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #295375

Black with #295375

Text Example


Text Example

White with #295375

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #295375; }

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

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

background-color css

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

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

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

border-color css

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

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

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