Html Css Color HEX #284970 Venice Blue

📋 copy color: '#284970'

red 40 ◦ green 73 ◦ blue 112

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

Shades of Venice Blue #284970

Tints of Venice Blue #284970

RGB

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

 GREEN value IS 73 (28.91% from 255) = 32.44%

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

R = 17.78%
G = 32.44%
B = 49.78%

CMYK

 C value IS 0.64

 M value IS 0.35

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#284970 (or 0x284970) is known color: Venice Blue. HEX triplet: 28, 49 and 70. RGB value is (40,73,112). Sum of RGB (Red+Green+Blue) = 40+73+112=225 (29% of max value = 765). Red value is 40 (16.02% from 255 or 17.78% from 225); Green value is 73 (28.91% from 255 or 32.44% from 225); Blue value is 112 (44.14% from 255 or 49.78% from 225); Max value from RGB is 112 - color contains mainly: blue. Hex color #284970 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #284970 is #D7B68F. Grayscale: #434343. Windows color (decimal): -14136976 or 7358760. OLE color: 7358760.

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

Color convert

RGB 40 73 112 -
CMYK 0.64 0.35 0 0.56
HSL 212.5º 0.47% 0.3% -
HSV(B) 212.5º 0.64% 0.44% -
XYZ 6.18 6.39 16.24 -
YUV 67.58 153.07 108.33 -
System Red Green Blue C M Y K H S L
Decimal 40 73 112 0.64 0.35 0 0.56 212.5 0.47 0.3
Hex 28 49 70 40 23 0 38 D4 2F 1E
Octal 50 111 160 100 43 0 70 324 57 36
Binary 101000 1001001 1110000 1000000 100011 0 111000 11010100 101111 11110

Color Harmonies of #284970

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #284970

Black with #284970

Text Example


Text Example

White with #284970

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #284970; }

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

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

background-color css

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

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

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

border-color css

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

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

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