Html Css Color HEX #255076 Venice Blue

📋 copy color: '#255076'

red 37 ◦ green 80 ◦ blue 118

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

Shades of Venice Blue #255076

Tints of Venice Blue #255076

RGB

 RED value IS 37 (14.84% from 255) = 15.74%

 GREEN value IS 80 (31.64% from 255) = 34.04%

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

R = 15.74%
G = 34.04%
B = 50.21%

CMYK

 C value IS 0.69

 M value IS 0.32

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#255076 (or 0x255076) is known color: Venice Blue. HEX triplet: 25, 50 and 76. RGB value is (37,80,118). Sum of RGB (Red+Green+Blue) = 37+80+118=235 (31% of max value = 765). Red value is 37 (14.84% from 255 or 15.74% from 235); Green value is 80 (31.64% from 255 or 34.04% from 235); Blue value is 118 (46.48% from 255 or 50.21% from 235); Max value from RGB is 118 - color contains mainly: blue. Hex color #255076 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #255076 is #DAAF89. Grayscale: #474747. Windows color (decimal): -14331786 or 7753765. OLE color: 7753765.

HSL color Cylindrical-coordinate representation of color #255076: hue angle of 208.15º degrees, saturation: 0.52, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #255076 is Cyan = 0.69, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 37 80 118 -
CMYK 0.69 0.32 0 0.54
HSL 208.15º 0.52% 0.3% -
HSV(B) 208.15º 0.69% 0.46% -
XYZ 6.9 7.44 18.21 -
YUV 71.48 154.25 103.41 -
System Red Green Blue C M Y K H S L
Decimal 37 80 118 0.69 0.32 0 0.54 208.15 0.52 0.3
Hex 25 50 76 45 20 0 36 D0 34 1E
Octal 45 120 166 105 40 0 66 320 64 36
Binary 100101 1010000 1110110 1000101 100000 0 110110 11010000 110100 11110

Color Harmonies of #255076

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #255076

Black with #255076

Text Example


Text Example

White with #255076

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #255076; }

 p { color: rgb(37,80,118); }

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

background-color css

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

 a { background-color: rgb(37,80,118); }

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

border-color css

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

 span { border-color: rgb(37,80,118); }

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