Html Css Color HEX #284870 Venice Blue

📋 copy color: '#284870'

red 40 ◦ green 72 ◦ blue 112

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

Shades of Venice Blue #284870

Tints of Venice Blue #284870

RGB

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

 GREEN value IS 72 (28.52% from 255) = 32.14%

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

R = 17.86%
G = 32.14%
B = 50%

CMYK

 C value IS 0.64

 M value IS 0.36

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#284870 (or 0x284870) is known color: Venice Blue. HEX triplet: 28, 48 and 70. RGB value is (40,72,112). Sum of RGB (Red+Green+Blue) = 40+72+112=224 (29% of max value = 765). Red value is 40 (16.02% from 255 or 17.86% from 224); Green value is 72 (28.52% from 255 or 32.14% from 224); Blue value is 112 (44.14% from 255 or 50% from 224); Max value from RGB is 112 - color contains mainly: blue. Hex color #284870 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #284870 is #D7B78F. Grayscale: #424242. Windows color (decimal): -14137232 or 7358504. OLE color: 7358504.

HSL color Cylindrical-coordinate representation of color #284870: hue angle of 213.33º 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 #284870 is Cyan = 0.64, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 40 72 112 -
CMYK 0.64 0.36 0 0.56
HSL 213.33º 0.47% 0.3% -
HSV(B) 213.33º 0.64% 0.44% -
XYZ 6.12 6.26 16.21 -
YUV 66.99 153.4 108.75 -
System Red Green Blue C M Y K H S L
Decimal 40 72 112 0.64 0.36 0 0.56 213.33 0.47 0.3
Hex 28 48 70 40 24 0 38 D5 2F 1E
Octal 50 110 160 100 44 0 70 325 57 36
Binary 101000 1001000 1110000 1000000 100100 0 111000 11010101 101111 11110

Color Harmonies of #284870

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #284870

Black with #284870

Text Example


Text Example

White with #284870

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #284870; }

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

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

background-color css

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

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

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

border-color css

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

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

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