Html Css Color HEX #285179 Venice Blue

📋 copy color: '#285179'

red 40 ◦ green 81 ◦ blue 121

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

Shades of Venice Blue #285179

Tints of Venice Blue #285179

RGB

 RED value IS 40 (16.02% from 255) = 16.53%

 GREEN value IS 81 (32.03% from 255) = 33.47%

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

R = 16.53%
G = 33.47%
B = 50%

CMYK

 C value IS 0.67

 M value IS 0.33

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#285179 (or 0x285179) is known color: Venice Blue. HEX triplet: 28, 51 and 79. RGB value is (40,81,121). Sum of RGB (Red+Green+Blue) = 40+81+121=242 (32% of max value = 765). Red value is 40 (16.02% from 255 or 16.53% from 242); Green value is 81 (32.03% from 255 or 33.47% from 242); Blue value is 121 (47.66% from 255 or 50% from 242); Max value from RGB is 121 - color contains mainly: blue. Hex color #285179 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #285179 is #D7AE86. Grayscale: #494949. Windows color (decimal): -14134919 or 7950632. OLE color: 7950632.

HSL color Cylindrical-coordinate representation of color #285179: hue angle of 209.63º degrees, saturation: 0.5, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #285179 is Cyan = 0.67, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 40 81 121 -
CMYK 0.67 0.33 0 0.53
HSL 209.63º 0.5% 0.32% -
HSV(B) 209.63º 0.67% 0.47% -
XYZ 7.27 7.72 19.2 -
YUV 73.3 154.92 104.25 -
System Red Green Blue C M Y K H S L
Decimal 40 81 121 0.67 0.33 0 0.53 209.63 0.5 0.32
Hex 28 51 79 43 21 0 35 D2 32 20
Octal 50 121 171 103 41 0 65 322 62 40
Binary 101000 1010001 1111001 1000011 100001 0 110101 11010010 110010 100000

Color Harmonies of #285179

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #285179

Black with #285179

Text Example


Text Example

White with #285179

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #285179; }

 p { color: rgb(40,81,121); }

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

background-color css

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

 a { background-color: rgb(40,81,121); }

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

border-color css

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

 span { border-color: rgb(40,81,121); }

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