Html Css Color HEX #275079 Venice Blue

📋 copy color: '#275079'

red 39 ◦ green 80 ◦ blue 121

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

Shades of Venice Blue #275079

Tints of Venice Blue #275079

RGB

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

 GREEN value IS 80 (31.64% from 255) = 33.33%

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

R = 16.25%
G = 33.33%
B = 50.42%

CMYK

 C value IS 0.68

 M value IS 0.34

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#275079 (or 0x275079) is known color: Venice Blue. HEX triplet: 27, 50 and 79. RGB value is (39,80,121). Sum of RGB (Red+Green+Blue) = 39+80+121=240 (31% of max value = 765). Red value is 39 (15.62% from 255 or 16.25% from 240); Green value is 80 (31.64% from 255 or 33.33% from 240); Blue value is 121 (47.66% from 255 or 50.42% from 240); Max value from RGB is 121 - color contains mainly: blue. Hex color #275079 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #275079 is #D8AF86. Grayscale: #484848. Windows color (decimal): -14200711 or 7950375. OLE color: 7950375.

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

Color convert

RGB 39 80 121 -
CMYK 0.68 0.34 0 0.53
HSL 210º 0.51% 0.31% -
HSV(B) 210º 0.68% 0.47% -
XYZ 7.16 7.55 19.17 -
YUV 72.42 155.42 104.17 -
System Red Green Blue C M Y K H S L
Decimal 39 80 121 0.68 0.34 0 0.53 210 0.51 0.31
Hex 27 50 79 44 22 0 35 D2 33 1F
Octal 47 120 171 104 42 0 65 322 63 37
Binary 100111 1010000 1111001 1000100 100010 0 110101 11010010 110011 11111

Color Harmonies of #275079

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #275079

Black with #275079

Text Example


Text Example

White with #275079

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #275079; }

 p { color: rgb(39,80,121); }

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

background-color css

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

 a { background-color: rgb(39,80,121); }

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

border-color css

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

 span { border-color: rgb(39,80,121); }

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