Html Css Color HEX #275676 Venice Blue

📋 copy color: '#275676'

red 39 ◦ green 86 ◦ blue 118

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

Shades of Venice Blue #275676

Tints of Venice Blue #275676

RGB

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

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

 BLUE value IS 118 (46.48% from 255) = 48.56%

R = 16.05%
G = 35.39%
B = 48.56%

CMYK

 C value IS 0.67

 M value IS 0.27

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#275676 (or 0x275676) is known color: Venice Blue. HEX triplet: 27, 56 and 76. RGB value is (39,86,118). Sum of RGB (Red+Green+Blue) = 39+86+118=243 (32% of max value = 765). Red value is 39 (15.62% from 255 or 16.05% from 243); Green value is 86 (33.98% from 255 or 35.39% from 243); Blue value is 118 (46.48% from 255 or 48.56% from 243); Max value from RGB is 118 - color contains mainly: blue. Hex color #275676 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #275676 is #D8A989. Grayscale: #4B4B4B. Windows color (decimal): -14199178 or 7755303. OLE color: 7755303.

HSL color Cylindrical-coordinate representation of color #275676: hue angle of 204.3º degrees, saturation: 0.5, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #275676 is Cyan = 0.67, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 39 86 118 -
CMYK 0.67 0.27 0 0.54
HSL 204.3º 0.5% 0.31% -
HSV(B) 204.3º 0.67% 0.46% -
XYZ 7.43 8.39 18.37 -
YUV 75.6 151.93 101.9 -
System Red Green Blue C M Y K H S L
Decimal 39 86 118 0.67 0.27 0 0.54 204.3 0.5 0.31
Hex 27 56 76 43 1B 0 36 CC 32 1F
Octal 47 126 166 103 33 0 66 314 62 37
Binary 100111 1010110 1110110 1000011 11011 0 110110 11001100 110010 11111

Color Harmonies of #275676

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #275676

Black with #275676

Text Example


Text Example

White with #275676

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #275676; }

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

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

background-color css

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

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

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

border-color css

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

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

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