Html Css Color HEX #285779 Venice Blue

📋 copy color: '#285779'

red 40 ◦ green 87 ◦ blue 121

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

Shades of Venice Blue #285779

Tints of Venice Blue #285779

RGB

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

 GREEN value IS 87 (34.38% from 255) = 35.08%

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

R = 16.13%
G = 35.08%
B = 48.79%

CMYK

 C value IS 0.67

 M value IS 0.28

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#285779 (or 0x285779) is known color: Venice Blue. HEX triplet: 28, 57 and 79. RGB value is (40,87,121). Sum of RGB (Red+Green+Blue) = 40+87+121=248 (32% of max value = 765). Red value is 40 (16.02% from 255 or 16.13% from 248); Green value is 87 (34.38% from 255 or 35.08% from 248); Blue value is 121 (47.66% from 255 or 48.79% from 248); Max value from RGB is 121 - color contains mainly: blue. Hex color #285779 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #285779 is #D7A886. Grayscale: #4C4C4C. Windows color (decimal): -14133383 or 7952168. OLE color: 7952168.

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

Color convert

RGB 40 87 121 -
CMYK 0.67 0.28 0 0.53
HSL 205.19º 0.5% 0.32% -
HSV(B) 205.19º 0.67% 0.47% -
XYZ 7.73 8.65 19.35 -
YUV 76.82 152.93 101.74 -
System Red Green Blue C M Y K H S L
Decimal 40 87 121 0.67 0.28 0 0.53 205.19 0.5 0.32
Hex 28 57 79 43 1C 0 35 CD 32 20
Octal 50 127 171 103 34 0 65 315 62 40
Binary 101000 1010111 1111001 1000011 11100 0 110101 11001101 110010 100000

Color Harmonies of #285779

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #285779

Black with #285779

Text Example


Text Example

White with #285779

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #285779; }

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

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

background-color css

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

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

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

border-color css

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

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

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