Html Css Color HEX #255179 Venice Blue

📋 copy color: '#255179'

red 37 ◦ green 81 ◦ blue 121

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

Shades of Venice Blue #255179

Tints of Venice Blue #255179

RGB

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

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

 BLUE value IS 121 (47.66% from 255) = 50.63%

R = 15.48%
G = 33.89%
B = 50.63%

CMYK

 C value IS 0.69

 M value IS 0.33

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#255179 (or 0x255179) is known color: Venice Blue. HEX triplet: 25, 51 and 79. RGB value is (37,81,121). Sum of RGB (Red+Green+Blue) = 37+81+121=239 (31% of max value = 765). Red value is 37 (14.84% from 255 or 15.48% from 239); Green value is 81 (32.03% from 255 or 33.89% from 239); Blue value is 121 (47.66% from 255 or 50.63% from 239); Max value from RGB is 121 - color contains mainly: blue. Hex color #255179 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #255179 is #DAAE86. Grayscale: #484848. Windows color (decimal): -14331527 or 7950629. OLE color: 7950629.

HSL color Cylindrical-coordinate representation of color #255179: hue angle of 208.57º degrees, saturation: 0.53, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #255179 is Cyan = 0.69, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 37 81 121 -
CMYK 0.69 0.33 0 0.53
HSL 208.57º 0.53% 0.31% -
HSV(B) 208.57º 0.69% 0.47% -
XYZ 7.16 7.66 19.19 -
YUV 72.4 155.42 102.75 -
System Red Green Blue C M Y K H S L
Decimal 37 81 121 0.69 0.33 0 0.53 208.57 0.53 0.31
Hex 25 51 79 45 21 0 35 D1 35 1F
Octal 45 121 171 105 41 0 65 321 65 37
Binary 100101 1010001 1111001 1000101 100001 0 110101 11010001 110101 11111

Color Harmonies of #255179

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #255179

Black with #255179

Text Example


Text Example

White with #255179

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #255179; }

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

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

background-color css

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

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

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

border-color css

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

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

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