Html Css Color HEX #285579 Venice Blue

📋 copy color: '#285579'

red 40 ◦ green 85 ◦ blue 121

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

Shades of Venice Blue #285579

Tints of Venice Blue #285579

RGB

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

 GREEN value IS 85 (33.59% from 255) = 34.55%

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

R = 16.26%
G = 34.55%
B = 49.19%

CMYK

 C value IS 0.67

 M value IS 0.30

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#285579 (or 0x285579) is known color: Venice Blue. HEX triplet: 28, 55 and 79. RGB value is (40,85,121). Sum of RGB (Red+Green+Blue) = 40+85+121=246 (32% of max value = 765). Red value is 40 (16.02% from 255 or 16.26% from 246); Green value is 85 (33.59% from 255 or 34.55% from 246); Blue value is 121 (47.66% from 255 or 49.19% from 246); Max value from RGB is 121 - color contains mainly: blue. Hex color #285579 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #285579 is #D7AA86. Grayscale: #4B4B4B. Windows color (decimal): -14133895 or 7951656. OLE color: 7951656.

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

Color convert

RGB 40 85 121 -
CMYK 0.67 0.30 0 0.53
HSL 206.67º 0.5% 0.32% -
HSV(B) 206.67º 0.67% 0.47% -
XYZ 7.57 8.33 19.3 -
YUV 75.65 153.59 102.57 -
System Red Green Blue C M Y K H S L
Decimal 40 85 121 0.67 0.30 0 0.53 206.67 0.5 0.32
Hex 28 55 79 43 1E 0 35 CF 32 20
Octal 50 125 171 103 36 0 65 317 62 40
Binary 101000 1010101 1111001 1000011 11110 0 110101 11001111 110010 100000

Color Harmonies of #285579

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #285579

Black with #285579

Text Example


Text Example

White with #285579

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #285579; }

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

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

background-color css

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

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

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

border-color css

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

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

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