Html Css Color HEX #27486F Venice Blue

📋 copy color: '#27486F'

red 39 ◦ green 72 ◦ blue 111

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

Shades of Venice Blue #27486F

Tints of Venice Blue #27486F

RGB

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

 GREEN value IS 72 (28.52% from 255) = 32.43%

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

R = 17.57%
G = 32.43%
B = 50%

CMYK

 C value IS 0.65

 M value IS 0.35

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#27486F (or 0x27486F) is known color: Venice Blue. HEX triplet: 27, 48 and 6F. RGB value is (39,72,111). Sum of RGB (Red+Green+Blue) = 39+72+111=222 (29% of max value = 765). Red value is 39 (15.62% from 255 or 17.57% from 222); Green value is 72 (28.52% from 255 or 32.43% from 222); Blue value is 111 (43.75% from 255 or 50% from 222); Max value from RGB is 111 - color contains mainly: blue. Hex color #27486F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #27486F is #D8B790. Grayscale: #424242. Windows color (decimal): -14202769 or 7292967. OLE color: 7292967.

HSL color Cylindrical-coordinate representation of color #27486F: hue angle of 212.5º 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 #27486F is Cyan = 0.65, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 39 72 111 -
CMYK 0.65 0.35 0 0.56
HSL 212.5º 0.48% 0.29% -
HSV(B) 212.5º 0.65% 0.44% -
XYZ 6.02 6.21 15.92 -
YUV 66.58 153.07 108.33 -
System Red Green Blue C M Y K H S L
Decimal 39 72 111 0.65 0.35 0 0.56 212.5 0.48 0.29
Hex 27 48 6F 41 23 0 38 D4 30 1D
Octal 47 110 157 101 43 0 70 324 60 35
Binary 100111 1001000 1101111 1000001 100011 0 111000 11010100 110000 11101

Color Harmonies of #27486F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #27486F

Black with #27486F

Text Example


Text Example

White with #27486F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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