Html Css Color HEX #255476 Venice Blue

📋 copy color: '#255476'

red 37 ◦ green 84 ◦ blue 118

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

Shades of Venice Blue #255476

Tints of Venice Blue #255476

RGB

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

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

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

R = 15.48%
G = 35.15%
B = 49.37%

CMYK

 C value IS 0.69

 M value IS 0.29

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#255476 (or 0x255476) is known color: Venice Blue. HEX triplet: 25, 54 and 76. RGB value is (37,84,118). Sum of RGB (Red+Green+Blue) = 37+84+118=239 (31% of max value = 765). Red value is 37 (14.84% from 255 or 15.48% from 239); Green value is 84 (33.20% from 255 or 35.15% from 239); Blue value is 118 (46.48% from 255 or 49.37% from 239); Max value from RGB is 118 - color contains mainly: blue. Hex color #255476 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #255476 is #DAAB89. Grayscale: #494949. Windows color (decimal): -14330762 or 7754789. OLE color: 7754789.

HSL color Cylindrical-coordinate representation of color #255476: hue angle of 205.19º 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 #255476 is Cyan = 0.69, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 37 84 118 -
CMYK 0.69 0.29 0 0.54
HSL 205.19º 0.52% 0.3% -
HSV(B) 205.19º 0.69% 0.46% -
XYZ 7.2 8.04 18.31 -
YUV 73.82 152.93 101.74 -
System Red Green Blue C M Y K H S L
Decimal 37 84 118 0.69 0.29 0 0.54 205.19 0.52 0.3
Hex 25 54 76 45 1D 0 36 CD 34 1E
Octal 45 124 166 105 35 0 66 315 64 36
Binary 100101 1010100 1110110 1000101 11101 0 110110 11001101 110100 11110

Color Harmonies of #255476

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #255476

Black with #255476

Text Example


Text Example

White with #255476

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #255476; }

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

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

background-color css

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

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

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

border-color css

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

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

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