Html Css Color HEX #285879 Venice Blue

📋 copy color: '#285879'

red 40 ◦ green 88 ◦ blue 121

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

Shades of Venice Blue #285879

Tints of Venice Blue #285879

RGB

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

 GREEN value IS 88 (34.77% from 255) = 35.34%

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

R = 16.06%
G = 35.34%
B = 48.59%

CMYK

 C value IS 0.67

 M value IS 0.27

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#285879 (or 0x285879) is known color: Venice Blue. HEX triplet: 28, 58 and 79. RGB value is (40,88,121). Sum of RGB (Red+Green+Blue) = 40+88+121=249 (32% of max value = 765). Red value is 40 (16.02% from 255 or 16.06% from 249); Green value is 88 (34.77% from 255 or 35.34% from 249); Blue value is 121 (47.66% from 255 or 48.59% from 249); Max value from RGB is 121 - color contains mainly: blue. Hex color #285879 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #285879 is #D7A786. Grayscale: #4D4D4D. Windows color (decimal): -14133127 or 7952424. OLE color: 7952424.

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

Color convert

RGB 40 88 121 -
CMYK 0.67 0.27 0 0.53
HSL 204.44º 0.5% 0.32% -
HSV(B) 204.44º 0.67% 0.47% -
XYZ 7.82 8.81 19.38 -
YUV 77.41 152.6 101.32 -
System Red Green Blue C M Y K H S L
Decimal 40 88 121 0.67 0.27 0 0.53 204.44 0.5 0.32
Hex 28 58 79 43 1B 0 35 CC 32 20
Octal 50 130 171 103 33 0 65 314 62 40
Binary 101000 1011000 1111001 1000011 11011 0 110101 11001100 110010 100000

Color Harmonies of #285879

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #285879

Black with #285879

Text Example


Text Example

White with #285879

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #285879; }

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

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

background-color css

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

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

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

border-color css

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

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

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