Html Css Color HEX #275170 Venice Blue

📋 copy color: '#275170'

red 39 ◦ green 81 ◦ blue 112

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

Shades of Venice Blue #275170

Tints of Venice Blue #275170

RGB

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

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

 BLUE value IS 112 (44.14% from 255) = 48.28%

R = 16.81%
G = 34.91%
B = 48.28%

CMYK

 C value IS 0.65

 M value IS 0.28

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#275170 (or 0x275170) is known color: Venice Blue. HEX triplet: 27, 51 and 70. RGB value is (39,81,112). Sum of RGB (Red+Green+Blue) = 39+81+112=232 (30% of max value = 765). Red value is 39 (15.62% from 255 or 16.81% from 232); Green value is 81 (32.03% from 255 or 34.91% from 232); Blue value is 112 (44.14% from 255 or 48.28% from 232); Max value from RGB is 112 - color contains mainly: blue. Hex color #275170 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #275170 is #D8AE8F. Grayscale: #474747. Windows color (decimal): -14200464 or 7360807. OLE color: 7360807.

HSL color Cylindrical-coordinate representation of color #275170: hue angle of 205.48º degrees, saturation: 0.48, 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 #275170 is Cyan = 0.65, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 39 81 112 -
CMYK 0.65 0.28 0 0.56
HSL 205.48º 0.48% 0.3% -
HSV(B) 205.48º 0.65% 0.44% -
XYZ 6.7 7.49 16.42 -
YUV 71.98 150.59 104.48 -
System Red Green Blue C M Y K H S L
Decimal 39 81 112 0.65 0.28 0 0.56 205.48 0.48 0.3
Hex 27 51 70 41 1C 0 38 CD 30 1E
Octal 47 121 160 101 34 0 70 315 60 36
Binary 100111 1010001 1110000 1000001 11100 0 111000 11001101 110000 11110

Color Harmonies of #275170

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #275170

Black with #275170

Text Example


Text Example

White with #275170

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #275170; }

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

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

background-color css

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

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

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

border-color css

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

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

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