Html Css Color HEX #255279 Venice Blue

📋 copy color: '#255279'

red 37 ◦ green 82 ◦ blue 121

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

Shades of Venice Blue #255279

Tints of Venice Blue #255279

RGB

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

 GREEN value IS 82 (32.42% from 255) = 34.17%

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

R = 15.42%
G = 34.17%
B = 50.42%

CMYK

 C value IS 0.69

 M value IS 0.32

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#255279 (or 0x255279) is known color: Venice Blue. HEX triplet: 25, 52 and 79. RGB value is (37,82,121). Sum of RGB (Red+Green+Blue) = 37+82+121=240 (31% of max value = 765). Red value is 37 (14.84% from 255 or 15.42% from 240); Green value is 82 (32.42% from 255 or 34.17% from 240); Blue value is 121 (47.66% from 255 or 50.42% from 240); Max value from RGB is 121 - color contains mainly: blue. Hex color #255279 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #255279 is #DAAD86. Grayscale: #484848. Windows color (decimal): -14331271 or 7950885. OLE color: 7950885.

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

Color convert

RGB 37 82 121 -
CMYK 0.69 0.32 0 0.53
HSL 207.86º 0.53% 0.31% -
HSV(B) 207.86º 0.69% 0.47% -
XYZ 7.23 7.81 19.22 -
YUV 72.99 155.09 102.33 -
System Red Green Blue C M Y K H S L
Decimal 37 82 121 0.69 0.32 0 0.53 207.86 0.53 0.31
Hex 25 52 79 45 20 0 35 D0 35 1F
Octal 45 122 171 105 40 0 65 320 65 37
Binary 100101 1010010 1111001 1000101 100000 0 110101 11010000 110101 11111

Color Harmonies of #255279

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #255279

Black with #255279

Text Example


Text Example

White with #255279

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #255279; }

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

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

background-color css

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

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

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

border-color css

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

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

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