Html Css Color HEX #285979 Venice Blue

📋 copy color: '#285979'

red 40 ◦ green 89 ◦ blue 121

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

Shades of Venice Blue #285979

Tints of Venice Blue #285979

RGB

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

 GREEN value IS 89 (35.16% from 255) = 35.6%

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

R = 16%
G = 35.6%
B = 48.4%

CMYK

 C value IS 0.67

 M value IS 0.26

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#285979 (or 0x285979) is known color: Venice Blue. HEX triplet: 28, 59 and 79. RGB value is (40,89,121). Sum of RGB (Red+Green+Blue) = 40+89+121=250 (33% of max value = 765). Red value is 40 (16.02% from 255 or 16% from 250); Green value is 89 (35.16% from 255 or 35.6% from 250); Blue value is 121 (47.66% from 255 or 48.4% from 250); Max value from RGB is 121 - color contains mainly: blue. Hex color #285979 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #285979 is #D7A686. Grayscale: #4D4D4D. Windows color (decimal): -14132871 or 7952680. OLE color: 7952680.

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

Color convert

RGB 40 89 121 -
CMYK 0.67 0.26 0 0.53
HSL 203.7º 0.5% 0.32% -
HSV(B) 203.7º 0.67% 0.47% -
XYZ 7.9 8.98 19.41 -
YUV 78 152.27 100.9 -
System Red Green Blue C M Y K H S L
Decimal 40 89 121 0.67 0.26 0 0.53 203.7 0.5 0.32
Hex 28 59 79 43 1A 0 35 CC 32 20
Octal 50 131 171 103 32 0 65 314 62 40
Binary 101000 1011001 1111001 1000011 11010 0 110101 11001100 110010 100000

Color Harmonies of #285979

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #285979

Black with #285979

Text Example


Text Example

White with #285979

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #285979; }

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

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

background-color css

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

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

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

border-color css

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

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

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