Html Css Color HEX #27527A Venice Blue

📋 copy color: '#27527A'

red 39 ◦ green 82 ◦ blue 122

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

Shades of Venice Blue #27527A

Tints of Venice Blue #27527A

RGB

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

 GREEN value IS 82 (32.42% from 255) = 33.74%

 BLUE value IS 122 (48.05% from 255) = 50.21%

R = 16.05%
G = 33.74%
B = 50.21%

CMYK

 C value IS 0.68

 M value IS 0.33

 Y value IS 0

 K value IS 0.52

RGB Variations

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

Color information

#27527A (or 0x27527A) is known color: Venice Blue. HEX triplet: 27, 52 and 7A. RGB value is (39,82,122). Sum of RGB (Red+Green+Blue) = 39+82+122=243 (32% of max value = 765). Red value is 39 (15.62% from 255 or 16.05% from 243); Green value is 82 (32.42% from 255 or 33.74% from 243); Blue value is 122 (48.05% from 255 or 50.21% from 243); Max value from RGB is 122 - color contains mainly: blue. Hex color #27527A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #27527A is #D8AD85. Grayscale: #494949. Windows color (decimal): -14200198 or 8016423. OLE color: 8016423.

HSL color Cylindrical-coordinate representation of color #27527A: hue angle of 208.92º 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 #27527A is Cyan = 0.68, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB 39 82 122 -
CMYK 0.68 0.33 0 0.52
HSL 208.92º 0.52% 0.32% -
HSV(B) 208.92º 0.68% 0.48% -
XYZ 7.37 7.87 19.54 -
YUV 73.7 155.25 103.25 -
System Red Green Blue C M Y K H S L
Decimal 39 82 122 0.68 0.33 0 0.52 208.92 0.52 0.32
Hex 27 52 7A 44 21 0 34 D1 34 20
Octal 47 122 172 104 41 0 64 321 64 40
Binary 100111 1010010 1111010 1000100 100001 0 110100 11010001 110100 100000

Color Harmonies of #27527A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #27527A

Black with #27527A

Text Example


Text Example

White with #27527A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #27527A; }

 p { color: rgb(39,82,122); }

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

background-color css

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

 a { background-color: rgb(39,82,122); }

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

border-color css

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

 span { border-color: rgb(39,82,122); }

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