Html Css Color HEX #255377 Venice Blue

📋 copy color: '#255377'

red 37 ◦ green 83 ◦ blue 119

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

Shades of Venice Blue #255377

Tints of Venice Blue #255377

RGB

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

 GREEN value IS 83 (32.81% from 255) = 34.73%

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

R = 15.48%
G = 34.73%
B = 49.79%

CMYK

 C value IS 0.69

 M value IS 0.30

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#255377 (or 0x255377) is known color: Venice Blue. HEX triplet: 25, 53 and 77. RGB value is (37,83,119). Sum of RGB (Red+Green+Blue) = 37+83+119=239 (31% of max value = 765). Red value is 37 (14.84% from 255 or 15.48% from 239); Green value is 83 (32.81% from 255 or 34.73% from 239); Blue value is 119 (46.88% from 255 or 49.79% from 239); Max value from RGB is 119 - color contains mainly: blue. Hex color #255377 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #255377 is #DAAC88. Grayscale: #494949. Windows color (decimal): -14331017 or 7820069. OLE color: 7820069.

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

Color convert

RGB 37 83 119 -
CMYK 0.69 0.30 0 0.53
HSL 206.34º 0.53% 0.31% -
HSV(B) 206.34º 0.69% 0.47% -
XYZ 7.19 7.91 18.6 -
YUV 73.35 153.76 102.07 -
System Red Green Blue C M Y K H S L
Decimal 37 83 119 0.69 0.30 0 0.53 206.34 0.53 0.31
Hex 25 53 77 45 1E 0 35 CE 35 1F
Octal 45 123 167 105 36 0 65 316 65 37
Binary 100101 1010011 1110111 1000101 11110 0 110101 11001110 110101 11111

Color Harmonies of #255377

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #255377

Black with #255377

Text Example


Text Example

White with #255377

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #255377; }

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

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

background-color css

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

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

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

border-color css

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

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

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