Html Css Color HEX #275677 Venice Blue

📋 copy color: '#275677'

red 39 ◦ green 86 ◦ blue 119

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

Shades of Venice Blue #275677

Tints of Venice Blue #275677

RGB

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

 GREEN value IS 86 (33.98% from 255) = 35.25%

 BLUE value IS 119 (46.88% from 255) = 48.77%

R = 15.98%
G = 35.25%
B = 48.77%

CMYK

 C value IS 0.67

 M value IS 0.28

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#275677 (or 0x275677) is known color: Venice Blue. HEX triplet: 27, 56 and 77. RGB value is (39,86,119). Sum of RGB (Red+Green+Blue) = 39+86+119=244 (32% of max value = 765). Red value is 39 (15.62% from 255 or 15.98% from 244); Green value is 86 (33.98% from 255 or 35.25% from 244); Blue value is 119 (46.88% from 255 or 48.77% from 244); Max value from RGB is 119 - color contains mainly: blue. Hex color #275677 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #275677 is #D8A988. Grayscale: #4B4B4B. Windows color (decimal): -14199177 or 7820839. OLE color: 7820839.

HSL color Cylindrical-coordinate representation of color #275677: hue angle of 204.75º degrees, saturation: 0.51, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #275677 is Cyan = 0.67, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 39 86 119 -
CMYK 0.67 0.28 0 0.53
HSL 204.75º 0.51% 0.31% -
HSV(B) 204.75º 0.67% 0.47% -
XYZ 7.49 8.42 18.68 -
YUV 75.71 152.43 101.82 -
System Red Green Blue C M Y K H S L
Decimal 39 86 119 0.67 0.28 0 0.53 204.75 0.51 0.31
Hex 27 56 77 43 1C 0 35 CD 33 1F
Octal 47 126 167 103 34 0 65 315 63 37
Binary 100111 1010110 1110111 1000011 11100 0 110101 11001101 110011 11111

Color Harmonies of #275677

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #275677

Black with #275677

Text Example


Text Example

White with #275677

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #275677; }

 p { color: rgb(39,86,119); }

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

background-color css

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

 a { background-color: rgb(39,86,119); }

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

border-color css

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

 span { border-color: rgb(39,86,119); }

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