Html Css Color HEX #285071 Venice Blue

📋 copy color: '#285071'

red 40 ◦ green 80 ◦ blue 113

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

Shades of Venice Blue #285071

Tints of Venice Blue #285071

RGB

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

 GREEN value IS 80 (31.64% from 255) = 34.33%

 BLUE value IS 113 (44.53% from 255) = 48.5%

R = 17.17%
G = 34.33%
B = 48.5%

CMYK

 C value IS 0.65

 M value IS 0.29

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#285071 (or 0x285071) is known color: Venice Blue. HEX triplet: 28, 50 and 71. RGB value is (40,80,113). Sum of RGB (Red+Green+Blue) = 40+80+113=233 (30% of max value = 765). Red value is 40 (16.02% from 255 or 17.17% from 233); Green value is 80 (31.64% from 255 or 34.33% from 233); Blue value is 113 (44.53% from 255 or 48.50% from 233); Max value from RGB is 113 - color contains mainly: blue. Hex color #285071 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #285071 is #D7AF8E. Grayscale: #474747. Windows color (decimal): -14135183 or 7426088. OLE color: 7426088.

HSL color Cylindrical-coordinate representation of color #285071: hue angle of 207.12º degrees, saturation: 0.48, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #285071 is Cyan = 0.65, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 40 80 113 -
CMYK 0.65 0.29 0 0.56
HSL 207.12º 0.48% 0.3% -
HSV(B) 207.12º 0.65% 0.44% -
XYZ 6.72 7.38 16.69 -
YUV 71.8 151.25 105.32 -
System Red Green Blue C M Y K H S L
Decimal 40 80 113 0.65 0.29 0 0.56 207.12 0.48 0.3
Hex 28 50 71 41 1D 0 38 CF 30 1E
Octal 50 120 161 101 35 0 70 317 60 36
Binary 101000 1010000 1110001 1000001 11101 0 111000 11001111 110000 11110

Color Harmonies of #285071

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #285071

Black with #285071

Text Example


Text Example

White with #285071

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #285071; }

 p { color: rgb(40,80,113); }

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

background-color css

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

 a { background-color: rgb(40,80,113); }

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

border-color css

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

 span { border-color: rgb(40,80,113); }

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