Html Css Color HEX #284A6F Venice Blue

📋 copy color: '#284A6F'

red 40 ◦ green 74 ◦ blue 111

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

Shades of Venice Blue #284A6F

Tints of Venice Blue #284A6F

RGB

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

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

 BLUE value IS 111 (43.75% from 255) = 49.33%

R = 17.78%
G = 32.89%
B = 49.33%

CMYK

 C value IS 0.64

 M value IS 0.33

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#284A6F (or 0x284A6F) is known color: Venice Blue. HEX triplet: 28, 4A and 6F. RGB value is (40,74,111). Sum of RGB (Red+Green+Blue) = 40+74+111=225 (29% of max value = 765). Red value is 40 (16.02% from 255 or 17.78% from 225); Green value is 74 (29.30% from 255 or 32.89% from 225); Blue value is 111 (43.75% from 255 or 49.33% from 225); Max value from RGB is 111 - color contains mainly: blue. Hex color #284A6F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #284A6F is #D7B590. Grayscale: #434343. Windows color (decimal): -14136721 or 7293480. OLE color: 7293480.

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

Color convert

RGB 40 74 111 -
CMYK 0.64 0.33 0 0.56
HSL 211.27º 0.47% 0.3% -
HSV(B) 211.27º 0.64% 0.44% -
XYZ 6.19 6.5 15.97 -
YUV 68.05 152.24 107.99 -
System Red Green Blue C M Y K H S L
Decimal 40 74 111 0.64 0.33 0 0.56 211.27 0.47 0.3
Hex 28 4A 6F 40 21 0 38 D3 2F 1E
Octal 50 112 157 100 41 0 70 323 57 36
Binary 101000 1001010 1101111 1000000 100001 0 111000 11010011 101111 11110

Color Harmonies of #284A6F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #284A6F

Black with #284A6F

Text Example


Text Example

White with #284A6F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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