Html Css Color HEX #27476F Venice Blue

📋 copy color: '#27476F'

red 39 ◦ green 71 ◦ blue 111

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

Shades of Venice Blue #27476F

Tints of Venice Blue #27476F

RGB

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

 GREEN value IS 71 (28.13% from 255) = 32.13%

 BLUE value IS 111 (43.75% from 255) = 50.23%

R = 17.65%
G = 32.13%
B = 50.23%

CMYK

 C value IS 0.65

 M value IS 0.36

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#27476F (or 0x27476F) is known color: Venice Blue. HEX triplet: 27, 47 and 6F. RGB value is (39,71,111). Sum of RGB (Red+Green+Blue) = 39+71+111=221 (29% of max value = 765). Red value is 39 (15.62% from 255 or 17.65% from 221); Green value is 71 (28.12% from 255 or 32.13% from 221); Blue value is 111 (43.75% from 255 or 50.23% from 221); Max value from RGB is 111 - color contains mainly: blue. Hex color #27476F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #27476F is #D8B890. Grayscale: #414141. Windows color (decimal): -14203025 or 7292711. OLE color: 7292711.

HSL color Cylindrical-coordinate representation of color #27476F: hue angle of 213.33º degrees, saturation: 0.48, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #27476F is Cyan = 0.65, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 39 71 111 -
CMYK 0.65 0.36 0 0.56
HSL 213.33º 0.48% 0.29% -
HSV(B) 213.33º 0.65% 0.44% -
XYZ 5.96 6.09 15.9 -
YUV 65.99 153.4 108.75 -
System Red Green Blue C M Y K H S L
Decimal 39 71 111 0.65 0.36 0 0.56 213.33 0.48 0.29
Hex 27 47 6F 41 24 0 38 D5 30 1D
Octal 47 107 157 101 44 0 70 325 60 35
Binary 100111 1000111 1101111 1000001 100100 0 111000 11010101 110000 11101

Color Harmonies of #27476F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #27476F

Black with #27476F

Text Example


Text Example

White with #27476F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #27476F; }

 p { color: rgb(39,71,111); }

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

background-color css

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

 a { background-color: rgb(39,71,111); }

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

border-color css

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

 span { border-color: rgb(39,71,111); }

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