Html Css Color HEX #275076 Venice Blue

📋 copy color: '#275076'

red 39 ◦ green 80 ◦ blue 118

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

Shades of Venice Blue #275076

Tints of Venice Blue #275076

RGB

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

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

 BLUE value IS 118 (46.48% from 255) = 49.79%

R = 16.46%
G = 33.76%
B = 49.79%

CMYK

 C value IS 0.67

 M value IS 0.32

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#275076 (or 0x275076) is known color: Venice Blue. HEX triplet: 27, 50 and 76. RGB value is (39,80,118). Sum of RGB (Red+Green+Blue) = 39+80+118=237 (31% of max value = 765). Red value is 39 (15.62% from 255 or 16.46% from 237); Green value is 80 (31.64% from 255 or 33.76% from 237); Blue value is 118 (46.48% from 255 or 49.79% from 237); Max value from RGB is 118 - color contains mainly: blue. Hex color #275076 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #275076 is #D8AF89. Grayscale: #474747. Windows color (decimal): -14200714 or 7753767. OLE color: 7753767.

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

Color convert

RGB 39 80 118 -
CMYK 0.67 0.32 0 0.54
HSL 208.86º 0.5% 0.31% -
HSV(B) 208.86º 0.67% 0.46% -
XYZ 6.98 7.48 18.22 -
YUV 72.07 153.92 104.41 -
System Red Green Blue C M Y K H S L
Decimal 39 80 118 0.67 0.32 0 0.54 208.86 0.5 0.31
Hex 27 50 76 43 20 0 36 D1 32 1F
Octal 47 120 166 103 40 0 66 321 62 37
Binary 100111 1010000 1110110 1000011 100000 0 110110 11010001 110010 11111

Color Harmonies of #275076

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #275076

Black with #275076

Text Example


Text Example

White with #275076

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #275076; }

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

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

background-color css

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

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

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

border-color css

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

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

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