Html Css Color HEX #284A6E Venice Blue

📋 copy color: '#284A6E'

red 40 ◦ green 74 ◦ blue 110

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

Shades of Venice Blue #284A6E

Tints of Venice Blue #284A6E

RGB

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

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

 BLUE value IS 110 (43.36% from 255) = 49.11%

R = 17.86%
G = 33.04%
B = 49.11%

CMYK

 C value IS 0.64

 M value IS 0.33

 Y value IS 0

 K value IS 0.57

RGB Variations

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

Color information

#284A6E (or 0x284A6E) is known color: Venice Blue. HEX triplet: 28, 4A and 6E. RGB value is (40,74,110). Sum of RGB (Red+Green+Blue) = 40+74+110=224 (29% of max value = 765). Red value is 40 (16.02% from 255 or 17.86% from 224); Green value is 74 (29.30% from 255 or 33.04% from 224); Blue value is 110 (43.36% from 255 or 49.11% from 224); Max value from RGB is 110 - color contains mainly: blue. Hex color #284A6E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #284A6E is #D7B591. Grayscale: #434343. Windows color (decimal): -14136722 or 7227944. OLE color: 7227944.

HSL color Cylindrical-coordinate representation of color #284A6E: hue angle of 210.86º degrees, saturation: 0.47, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #284A6E is Cyan = 0.64, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB 40 74 110 -
CMYK 0.64 0.33 0 0.57
HSL 210.86º 0.47% 0.29% -
HSV(B) 210.86º 0.64% 0.43% -
XYZ 6.14 6.47 15.68 -
YUV 67.94 151.74 108.07 -
System Red Green Blue C M Y K H S L
Decimal 40 74 110 0.64 0.33 0 0.57 210.86 0.47 0.29
Hex 28 4A 6E 40 21 0 39 D3 2F 1D
Octal 50 112 156 100 41 0 71 323 57 35
Binary 101000 1001010 1101110 1000000 100001 0 111001 11010011 101111 11101

Color Harmonies of #284A6E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #284A6E

Black with #284A6E

Text Example


Text Example

White with #284A6E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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