Html Css Color HEX #275271 Venice Blue

📋 copy color: '#275271'

red 39 ◦ green 82 ◦ blue 113

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

Shades of Venice Blue #275271

Tints of Venice Blue #275271

RGB

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

 GREEN value IS 82 (32.42% from 255) = 35.04%

 BLUE value IS 113 (44.53% from 255) = 48.29%

R = 16.67%
G = 35.04%
B = 48.29%

CMYK

 C value IS 0.65

 M value IS 0.27

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#275271 (or 0x275271) is known color: Venice Blue. HEX triplet: 27, 52 and 71. RGB value is (39,82,113). Sum of RGB (Red+Green+Blue) = 39+82+113=234 (30% of max value = 765). Red value is 39 (15.62% from 255 or 16.67% from 234); Green value is 82 (32.42% from 255 or 35.04% from 234); Blue value is 113 (44.53% from 255 or 48.29% from 234); Max value from RGB is 113 - color contains mainly: blue. Hex color #275271 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #275271 is #D8AD8E. Grayscale: #484848. Windows color (decimal): -14200207 or 7426599. OLE color: 7426599.

HSL color Cylindrical-coordinate representation of color #275271: hue angle of 205.14º degrees, saturation: 0.49, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #275271 is Cyan = 0.65, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 39 82 113 -
CMYK 0.65 0.27 0 0.56
HSL 205.14º 0.49% 0.3% -
HSV(B) 205.14º 0.65% 0.44% -
XYZ 6.83 7.66 16.74 -
YUV 72.68 150.75 103.98 -
System Red Green Blue C M Y K H S L
Decimal 39 82 113 0.65 0.27 0 0.56 205.14 0.49 0.3
Hex 27 52 71 41 1B 0 38 CD 31 1E
Octal 47 122 161 101 33 0 70 315 61 36
Binary 100111 1010010 1110001 1000001 11011 0 111000 11001101 110001 11110

Color Harmonies of #275271

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #275271

Black with #275271

Text Example


Text Example

White with #275271

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #275271; }

 p { color: rgb(39,82,113); }

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

background-color css

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

 a { background-color: rgb(39,82,113); }

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

border-color css

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

 span { border-color: rgb(39,82,113); }

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