Html Css Color HEX #284770 Venice Blue

📋 copy color: '#284770'

red 40 ◦ green 71 ◦ blue 112

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

Shades of Venice Blue #284770

Tints of Venice Blue #284770

RGB

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

 GREEN value IS 71 (28.13% from 255) = 31.84%

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

R = 17.94%
G = 31.84%
B = 50.22%

CMYK

 C value IS 0.64

 M value IS 0.37

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#284770 (or 0x284770) is known color: Venice Blue. HEX triplet: 28, 47 and 70. RGB value is (40,71,112). Sum of RGB (Red+Green+Blue) = 40+71+112=223 (29% of max value = 765). Red value is 40 (16.02% from 255 or 17.94% from 223); Green value is 71 (28.12% from 255 or 31.84% from 223); Blue value is 112 (44.14% from 255 or 50.22% from 223); Max value from RGB is 112 - color contains mainly: blue. Hex color #284770 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #284770 is #D7B88F. Grayscale: #424242. Windows color (decimal): -14137488 or 7358248. OLE color: 7358248.

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

Color convert

RGB 40 71 112 -
CMYK 0.64 0.37 0 0.56
HSL 214.17º 0.47% 0.3% -
HSV(B) 214.17º 0.64% 0.44% -
XYZ 6.05 6.13 16.19 -
YUV 66.41 153.73 109.17 -
System Red Green Blue C M Y K H S L
Decimal 40 71 112 0.64 0.37 0 0.56 214.17 0.47 0.3
Hex 28 47 70 40 25 0 38 D6 2F 1E
Octal 50 107 160 100 45 0 70 326 57 36
Binary 101000 1000111 1110000 1000000 100101 0 111000 11010110 101111 11110

Color Harmonies of #284770

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #284770

Black with #284770

Text Example


Text Example

White with #284770

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #284770; }

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

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

background-color css

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

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

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

border-color css

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

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

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