Html Css Color HEX #255379 Venice Blue

📋 copy color: '#255379'

red 37 ◦ green 83 ◦ blue 121

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

Shades of Venice Blue #255379

Tints of Venice Blue #255379

RGB

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

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

 BLUE value IS 121 (47.66% from 255) = 50.21%

R = 15.35%
G = 34.44%
B = 50.21%

CMYK

 C value IS 0.69

 M value IS 0.31

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#255379 (or 0x255379) is known color: Venice Blue. HEX triplet: 25, 53 and 79. RGB value is (37,83,121). Sum of RGB (Red+Green+Blue) = 37+83+121=241 (31% of max value = 765). Red value is 37 (14.84% from 255 or 15.35% from 241); Green value is 83 (32.81% from 255 or 34.44% from 241); Blue value is 121 (47.66% from 255 or 50.21% from 241); Max value from RGB is 121 - color contains mainly: blue. Hex color #255379 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #255379 is #DAAC86. Grayscale: #494949. Windows color (decimal): -14331015 or 7951141. OLE color: 7951141.

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

Color convert

RGB 37 83 121 -
CMYK 0.69 0.31 0 0.53
HSL 207.14º 0.53% 0.31% -
HSV(B) 207.14º 0.69% 0.47% -
XYZ 7.31 7.96 19.24 -
YUV 73.58 154.76 101.91 -
System Red Green Blue C M Y K H S L
Decimal 37 83 121 0.69 0.31 0 0.53 207.14 0.53 0.31
Hex 25 53 79 45 1F 0 35 CF 35 1F
Octal 45 123 171 105 37 0 65 317 65 37
Binary 100101 1010011 1111001 1000101 11111 0 110101 11001111 110101 11111

Color Harmonies of #255379

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #255379

Black with #255379

Text Example


Text Example

White with #255379

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #255379; }

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

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

background-color css

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

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

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

border-color css

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

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

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