Html Css Color HEX #275173 Venice Blue

📋 copy color: '#275173'

red 39 ◦ green 81 ◦ blue 115

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

Shades of Venice Blue #275173

Tints of Venice Blue #275173

RGB

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

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

 BLUE value IS 115 (45.31% from 255) = 48.94%

R = 16.6%
G = 34.47%
B = 48.94%

CMYK

 C value IS 0.66

 M value IS 0.30

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#275173 (or 0x275173) is known color: Venice Blue. HEX triplet: 27, 51 and 73. RGB value is (39,81,115). Sum of RGB (Red+Green+Blue) = 39+81+115=235 (31% of max value = 765). Red value is 39 (15.62% from 255 or 16.60% from 235); Green value is 81 (32.03% from 255 or 34.47% from 235); Blue value is 115 (45.31% from 255 or 48.94% from 235); Max value from RGB is 115 - color contains mainly: blue. Hex color #275173 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #275173 is #D8AE8C. Grayscale: #484848. Windows color (decimal): -14200461 or 7557415. OLE color: 7557415.

HSL color Cylindrical-coordinate representation of color #275173: hue angle of 206.84º degrees, saturation: 0.49, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #275173 is Cyan = 0.66, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 39 81 115 -
CMYK 0.66 0.30 0 0.55
HSL 206.84º 0.49% 0.3% -
HSV(B) 206.84º 0.66% 0.45% -
XYZ 6.87 7.55 17.32 -
YUV 72.32 152.09 104.24 -
System Red Green Blue C M Y K H S L
Decimal 39 81 115 0.66 0.30 0 0.55 206.84 0.49 0.3
Hex 27 51 73 42 1E 0 37 CF 31 1E
Octal 47 121 163 102 36 0 67 317 61 36
Binary 100111 1010001 1110011 1000010 11110 0 110111 11001111 110001 11110

Color Harmonies of #275173

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #275173

Black with #275173

Text Example


Text Example

White with #275173

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #275173; }

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

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

background-color css

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

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

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

border-color css

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

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

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