Html Css Color HEX #255172 Venice Blue

📋 copy color: '#255172'

red 37 ◦ green 81 ◦ blue 114

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

Shades of Venice Blue #255172

Tints of Venice Blue #255172

RGB

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

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

 BLUE value IS 114 (44.92% from 255) = 49.14%

R = 15.95%
G = 34.91%
B = 49.14%

CMYK

 C value IS 0.68

 M value IS 0.29

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#255172 (or 0x255172) is known color: Venice Blue. HEX triplet: 25, 51 and 72. RGB value is (37,81,114). Sum of RGB (Red+Green+Blue) = 37+81+114=232 (30% of max value = 765). Red value is 37 (14.84% from 255 or 15.95% from 232); Green value is 81 (32.03% from 255 or 34.91% from 232); Blue value is 114 (44.92% from 255 or 49.14% from 232); Max value from RGB is 114 - color contains mainly: blue. Hex color #255172 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #255172 is #DAAE8D. Grayscale: #474747. Windows color (decimal): -14331534 or 7491877. OLE color: 7491877.

HSL color Cylindrical-coordinate representation of color #255172: hue angle of 205.71º degrees, saturation: 0.51, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #255172 is Cyan = 0.68, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 37 81 114 -
CMYK 0.68 0.29 0 0.55
HSL 205.71º 0.51% 0.3% -
HSV(B) 205.71º 0.68% 0.45% -
XYZ 6.74 7.49 17.01 -
YUV 71.61 151.92 103.32 -
System Red Green Blue C M Y K H S L
Decimal 37 81 114 0.68 0.29 0 0.55 205.71 0.51 0.3
Hex 25 51 72 44 1D 0 37 CE 33 1E
Octal 45 121 162 104 35 0 67 316 63 36
Binary 100101 1010001 1110010 1000100 11101 0 110111 11001110 110011 11110

Color Harmonies of #255172

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #255172

Black with #255172

Text Example


Text Example

White with #255172

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #255172; }

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

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

background-color css

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

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

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

border-color css

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

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

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