Html Css Color HEX #285070 Venice Blue

📋 copy color: '#285070'

red 40 ◦ green 80 ◦ blue 112

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

Shades of Venice Blue #285070

Tints of Venice Blue #285070

RGB

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

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

 BLUE value IS 112 (44.14% from 255) = 48.28%

R = 17.24%
G = 34.48%
B = 48.28%

CMYK

 C value IS 0.64

 M value IS 0.29

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#285070 (or 0x285070) is known color: Venice Blue. HEX triplet: 28, 50 and 70. RGB value is (40,80,112). Sum of RGB (Red+Green+Blue) = 40+80+112=232 (30% of max value = 765). Red value is 40 (16.02% from 255 or 17.24% from 232); Green value is 80 (31.64% from 255 or 34.48% from 232); Blue value is 112 (44.14% from 255 or 48.28% from 232); Max value from RGB is 112 - color contains mainly: blue. Hex color #285070 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #285070 is #D7AF8F. Grayscale: #474747. Windows color (decimal): -14135184 or 7360552. OLE color: 7360552.

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

Color convert

RGB 40 80 112 -
CMYK 0.64 0.29 0 0.56
HSL 206.67º 0.47% 0.3% -
HSV(B) 206.67º 0.64% 0.44% -
XYZ 6.67 7.36 16.4 -
YUV 71.69 150.75 105.4 -
System Red Green Blue C M Y K H S L
Decimal 40 80 112 0.64 0.29 0 0.56 206.67 0.47 0.3
Hex 28 50 70 40 1D 0 38 CF 2F 1E
Octal 50 120 160 100 35 0 70 317 57 36
Binary 101000 1010000 1110000 1000000 11101 0 111000 11001111 101111 11110

Color Harmonies of #285070

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #285070

Black with #285070

Text Example


Text Example

White with #285070

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #285070; }

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

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

background-color css

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

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

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

border-color css

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

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

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