Html Css Color HEX #284670 Venice Blue

📋 copy color: '#284670'

red 40 ◦ green 70 ◦ blue 112

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

Shades of Venice Blue #284670

Tints of Venice Blue #284670

RGB

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

 GREEN value IS 70 (27.73% from 255) = 31.53%

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

R = 18.02%
G = 31.53%
B = 50.45%

CMYK

 C value IS 0.64

 M value IS 0.38

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#284670 (or 0x284670) is known color: Venice Blue. HEX triplet: 28, 46 and 70. RGB value is (40,70,112). Sum of RGB (Red+Green+Blue) = 40+70+112=222 (29% of max value = 765). Red value is 40 (16.02% from 255 or 18.02% from 222); Green value is 70 (27.73% from 255 or 31.53% from 222); Blue value is 112 (44.14% from 255 or 50.45% from 222); Max value from RGB is 112 - color contains mainly: blue. Hex color #284670 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #284670 is #D7B98F. Grayscale: #414141. Windows color (decimal): -14137744 or 7357992. OLE color: 7357992.

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

Color convert

RGB 40 70 112 -
CMYK 0.64 0.38 0 0.56
HSL 215º 0.47% 0.3% -
HSV(B) 215º 0.64% 0.44% -
XYZ 5.99 6 16.17 -
YUV 65.82 154.06 109.58 -
System Red Green Blue C M Y K H S L
Decimal 40 70 112 0.64 0.38 0 0.56 215 0.47 0.3
Hex 28 46 70 40 26 0 38 D7 2F 1E
Octal 50 106 160 100 46 0 70 327 57 36
Binary 101000 1000110 1110000 1000000 100110 0 111000 11010111 101111 11110

Color Harmonies of #284670

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #284670

Black with #284670

Text Example


Text Example

White with #284670

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #284670; }

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

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

background-color css

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

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

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

border-color css

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

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

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