Html Css Color HEX #27547B Venice Blue

📋 copy color: '#27547B'

red 39 ◦ green 84 ◦ blue 123

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

Shades of Venice Blue #27547B

Tints of Venice Blue #27547B

RGB

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

 GREEN value IS 84 (33.2% from 255) = 34.15%

 BLUE value IS 123 (48.44% from 255) = 50%

R = 15.85%
G = 34.15%
B = 50%

CMYK

 C value IS 0.68

 M value IS 0.32

 Y value IS 0

 K value IS 0.52

RGB Variations

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

Color information

#27547B (or 0x27547B) is known color: Venice Blue. HEX triplet: 27, 54 and 7B. RGB value is (39,84,123). Sum of RGB (Red+Green+Blue) = 39+84+123=246 (32% of max value = 765). Red value is 39 (15.62% from 255 or 15.85% from 246); Green value is 84 (33.20% from 255 or 34.15% from 246); Blue value is 123 (48.44% from 255 or 50% from 246); Max value from RGB is 123 - color contains mainly: blue. Hex color #27547B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #27547B is #D8AB84. Grayscale: #4A4A4A. Windows color (decimal): -14199685 or 8082471. OLE color: 8082471.

HSL color Cylindrical-coordinate representation of color #27547B: hue angle of 207.86º degrees, saturation: 0.52, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #27547B is Cyan = 0.68, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB 39 84 123 -
CMYK 0.68 0.32 0 0.52
HSL 207.86º 0.52% 0.32% -
HSV(B) 207.86º 0.68% 0.48% -
XYZ 7.58 8.2 19.92 -
YUV 74.99 155.09 102.33 -
System Red Green Blue C M Y K H S L
Decimal 39 84 123 0.68 0.32 0 0.52 207.86 0.52 0.32
Hex 27 54 7B 44 20 0 34 D0 34 20
Octal 47 124 173 104 40 0 64 320 64 40
Binary 100111 1010100 1111011 1000100 100000 0 110100 11010000 110100 100000

Color Harmonies of #27547B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #27547B

Black with #27547B

Text Example


Text Example

White with #27547B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #27547B; }

 p { color: rgb(39,84,123); }

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

background-color css

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

 a { background-color: rgb(39,84,123); }

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

border-color css

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

 span { border-color: rgb(39,84,123); }

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