Html Css Color HEX #255576 Venice Blue

📋 copy color: '#255576'

red 37 ◦ green 85 ◦ blue 118

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

Shades of Venice Blue #255576

Tints of Venice Blue #255576

RGB

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

 GREEN value IS 85 (33.59% from 255) = 35.42%

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

R = 15.42%
G = 35.42%
B = 49.17%

CMYK

 C value IS 0.69

 M value IS 0.28

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#255576 (or 0x255576) is known color: Venice Blue. HEX triplet: 25, 55 and 76. RGB value is (37,85,118). Sum of RGB (Red+Green+Blue) = 37+85+118=240 (31% of max value = 765). Red value is 37 (14.84% from 255 or 15.42% from 240); Green value is 85 (33.59% from 255 or 35.42% from 240); Blue value is 118 (46.48% from 255 or 49.17% from 240); Max value from RGB is 118 - color contains mainly: blue. Hex color #255576 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #255576 is #DAAA89. Grayscale: #4A4A4A. Windows color (decimal): -14330506 or 7755045. OLE color: 7755045.

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

Color convert

RGB 37 85 118 -
CMYK 0.69 0.28 0 0.54
HSL 204.44º 0.52% 0.3% -
HSV(B) 204.44º 0.69% 0.46% -
XYZ 7.28 8.2 18.34 -
YUV 74.41 152.6 101.32 -
System Red Green Blue C M Y K H S L
Decimal 37 85 118 0.69 0.28 0 0.54 204.44 0.52 0.3
Hex 25 55 76 45 1C 0 36 CC 34 1E
Octal 45 125 166 105 34 0 66 314 64 36
Binary 100101 1010101 1110110 1000101 11100 0 110110 11001100 110100 11110

Color Harmonies of #255576

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #255576

Black with #255576

Text Example


Text Example

White with #255576

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #255576; }

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

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

background-color css

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

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

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

border-color css

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

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

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