Html Css Color HEX #275177 Venice Blue

📋 copy color: '#275177'

red 39 ◦ green 81 ◦ blue 119

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

Shades of Venice Blue #275177

Tints of Venice Blue #275177

RGB

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

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

 BLUE value IS 119 (46.88% from 255) = 49.79%

R = 16.32%
G = 33.89%
B = 49.79%

CMYK

 C value IS 0.67

 M value IS 0.32

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#275177 (or 0x275177) is known color: Venice Blue. HEX triplet: 27, 51 and 77. RGB value is (39,81,119). Sum of RGB (Red+Green+Blue) = 39+81+119=239 (31% of max value = 765). Red value is 39 (15.62% from 255 or 16.32% from 239); Green value is 81 (32.03% from 255 or 33.89% from 239); Blue value is 119 (46.88% from 255 or 49.79% from 239); Max value from RGB is 119 - color contains mainly: blue. Hex color #275177 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #275177 is #D8AE88. Grayscale: #484848. Windows color (decimal): -14200457 or 7819559. OLE color: 7819559.

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

Color convert

RGB 39 81 119 -
CMYK 0.67 0.32 0 0.53
HSL 208.5º 0.51% 0.31% -
HSV(B) 208.5º 0.67% 0.47% -
XYZ 7.11 7.65 18.55 -
YUV 72.77 154.09 103.91 -
System Red Green Blue C M Y K H S L
Decimal 39 81 119 0.67 0.32 0 0.53 208.5 0.51 0.31
Hex 27 51 77 43 20 0 35 D0 33 1F
Octal 47 121 167 103 40 0 65 320 63 37
Binary 100111 1010001 1110111 1000011 100000 0 110101 11010000 110011 11111

Color Harmonies of #275177

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #275177

Black with #275177

Text Example


Text Example

White with #275177

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #275177; }

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

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

background-color css

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

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

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

border-color css

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

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

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