Html Css Color HEX #255477 Venice Blue

📋 copy color: '#255477'

red 37 ◦ green 84 ◦ blue 119

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

Shades of Venice Blue #255477

Tints of Venice Blue #255477

RGB

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

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

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

R = 15.42%
G = 35%
B = 49.58%

CMYK

 C value IS 0.69

 M value IS 0.29

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#255477 (or 0x255477) is known color: Venice Blue. HEX triplet: 25, 54 and 77. RGB value is (37,84,119). Sum of RGB (Red+Green+Blue) = 37+84+119=240 (31% of max value = 765). Red value is 37 (14.84% from 255 or 15.42% from 240); Green value is 84 (33.20% from 255 or 35% from 240); Blue value is 119 (46.88% from 255 or 49.58% from 240); Max value from RGB is 119 - color contains mainly: blue. Hex color #255477 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #255477 is #DAAB88. Grayscale: #494949. Windows color (decimal): -14330761 or 7820325. OLE color: 7820325.

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

Color convert

RGB 37 84 119 -
CMYK 0.69 0.29 0 0.53
HSL 205.61º 0.53% 0.31% -
HSV(B) 205.61º 0.69% 0.47% -
XYZ 7.26 8.07 18.63 -
YUV 73.94 153.43 101.65 -
System Red Green Blue C M Y K H S L
Decimal 37 84 119 0.69 0.29 0 0.53 205.61 0.53 0.31
Hex 25 54 77 45 1D 0 35 CE 35 1F
Octal 45 124 167 105 35 0 65 316 65 37
Binary 100101 1010100 1110111 1000101 11101 0 110101 11001110 110101 11111

Color Harmonies of #255477

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #255477

Black with #255477

Text Example


Text Example

White with #255477

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #255477; }

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

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

background-color css

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

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

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

border-color css

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

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

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