Html Css Color HEX #284A70 Venice Blue

📋 copy color: '#284A70'

red 40 ◦ green 74 ◦ blue 112

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

Shades of Venice Blue #284A70

Tints of Venice Blue #284A70

RGB

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

 GREEN value IS 74 (29.3% from 255) = 32.74%

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

R = 17.7%
G = 32.74%
B = 49.56%

CMYK

 C value IS 0.64

 M value IS 0.34

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#284A70 (or 0x284A70) is known color: Venice Blue. HEX triplet: 28, 4A and 70. RGB value is (40,74,112). Sum of RGB (Red+Green+Blue) = 40+74+112=226 (29% of max value = 765). Red value is 40 (16.02% from 255 or 17.70% from 226); Green value is 74 (29.30% from 255 or 32.74% from 226); Blue value is 112 (44.14% from 255 or 49.56% from 226); Max value from RGB is 112 - color contains mainly: blue. Hex color #284A70 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #284A70 is #D7B58F. Grayscale: #434343. Windows color (decimal): -14136720 or 7359016. OLE color: 7359016.

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

Color convert

RGB 40 74 112 -
CMYK 0.64 0.34 0 0.56
HSL 211.67º 0.47% 0.3% -
HSV(B) 211.67º 0.64% 0.44% -
XYZ 6.25 6.52 16.26 -
YUV 68.17 152.74 107.91 -
System Red Green Blue C M Y K H S L
Decimal 40 74 112 0.64 0.34 0 0.56 211.67 0.47 0.3
Hex 28 4A 70 40 22 0 38 D4 2F 1E
Octal 50 112 160 100 42 0 70 324 57 36
Binary 101000 1001010 1110000 1000000 100010 0 111000 11010100 101111 11110

Color Harmonies of #284A70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #284A70

Black with #284A70

Text Example


Text Example

White with #284A70

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #284A70; }

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

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

background-color css

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

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

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

border-color css

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

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

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