Html Css Color HEX #255176 Venice Blue

📋 copy color: '#255176'

red 37 ◦ green 81 ◦ blue 118

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

Shades of Venice Blue #255176

Tints of Venice Blue #255176

RGB

 RED value IS 37 (14.84% from 255) = 15.68%

 GREEN value IS 81 (32.03% from 255) = 34.32%

 BLUE value IS 118 (46.48% from 255) = 50%

R = 15.68%
G = 34.32%
B = 50%

CMYK

 C value IS 0.69

 M value IS 0.31

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#255176 (or 0x255176) is known color: Venice Blue. HEX triplet: 25, 51 and 76. RGB value is (37,81,118). Sum of RGB (Red+Green+Blue) = 37+81+118=236 (31% of max value = 765). Red value is 37 (14.84% from 255 or 15.68% from 236); Green value is 81 (32.03% from 255 or 34.32% from 236); Blue value is 118 (46.48% from 255 or 50% from 236); Max value from RGB is 118 - color contains mainly: blue. Hex color #255176 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #255176 is #DAAE89. Grayscale: #474747. Windows color (decimal): -14331530 or 7754021. OLE color: 7754021.

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

Color convert

RGB 37 81 118 -
CMYK 0.69 0.31 0 0.54
HSL 207.41º 0.52% 0.3% -
HSV(B) 207.41º 0.69% 0.46% -
XYZ 6.98 7.59 18.24 -
YUV 72.06 153.92 102.99 -
System Red Green Blue C M Y K H S L
Decimal 37 81 118 0.69 0.31 0 0.54 207.41 0.52 0.3
Hex 25 51 76 45 1F 0 36 CF 34 1E
Octal 45 121 166 105 37 0 66 317 64 36
Binary 100101 1010001 1110110 1000101 11111 0 110110 11001111 110100 11110

Color Harmonies of #255176

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #255176

Black with #255176

Text Example


Text Example

White with #255176

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #255176; }

 p { color: rgb(37,81,118); }

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

background-color css

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

 a { background-color: rgb(37,81,118); }

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

border-color css

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

 span { border-color: rgb(37,81,118); }

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