Html Css Color HEX #275172 Venice Blue

📋 copy color: '#275172'

red 39 ◦ green 81 ◦ blue 114

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

Shades of Venice Blue #275172

Tints of Venice Blue #275172

RGB

 RED value IS 39 (15.63% from 255) = 16.67%

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

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

R = 16.67%
G = 34.62%
B = 48.72%

CMYK

 C value IS 0.66

 M value IS 0.29

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#275172 (or 0x275172) is known color: Venice Blue. HEX triplet: 27, 51 and 72. RGB value is (39,81,114). Sum of RGB (Red+Green+Blue) = 39+81+114=234 (30% of max value = 765). Red value is 39 (15.62% from 255 or 16.67% from 234); Green value is 81 (32.03% from 255 or 34.62% from 234); Blue value is 114 (44.92% from 255 or 48.72% from 234); Max value from RGB is 114 - color contains mainly: blue. Hex color #275172 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #275172 is #D8AE8D. Grayscale: #484848. Windows color (decimal): -14200462 or 7491879. OLE color: 7491879.

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

Color convert

RGB 39 81 114 -
CMYK 0.66 0.29 0 0.55
HSL 206.4º 0.49% 0.3% -
HSV(B) 206.4º 0.66% 0.45% -
XYZ 6.82 7.53 17.01 -
YUV 72.2 151.59 104.32 -
System Red Green Blue C M Y K H S L
Decimal 39 81 114 0.66 0.29 0 0.55 206.4 0.49 0.3
Hex 27 51 72 42 1D 0 37 CE 31 1E
Octal 47 121 162 102 35 0 67 316 61 36
Binary 100111 1010001 1110010 1000010 11101 0 110111 11001110 110001 11110

Color Harmonies of #275172

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #275172

Black with #275172

Text Example


Text Example

White with #275172

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #275172; }

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

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

background-color css

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

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

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

border-color css

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

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

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