Html Css Color HEX #284E7A Venice Blue

📋 copy color: '#284E7A'

red 40 ◦ green 78 ◦ blue 122

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

Shades of Venice Blue #284E7A

Tints of Venice Blue #284E7A

RGB

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

 GREEN value IS 78 (30.86% from 255) = 32.5%

 BLUE value IS 122 (48.05% from 255) = 50.83%

R = 16.67%
G = 32.5%
B = 50.83%

CMYK

 C value IS 0.67

 M value IS 0.36

 Y value IS 0

 K value IS 0.52

RGB Variations

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

Color information

#284E7A (or 0x284E7A) is known color: Venice Blue. HEX triplet: 28, 4E and 7A. RGB value is (40,78,122). Sum of RGB (Red+Green+Blue) = 40+78+122=240 (31% of max value = 765). Red value is 40 (16.02% from 255 or 16.67% from 240); Green value is 78 (30.86% from 255 or 32.5% from 240); Blue value is 122 (48.05% from 255 or 50.83% from 240); Max value from RGB is 122 - color contains mainly: blue. Hex color #284E7A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #284E7A is #D7B185. Grayscale: #474747. Windows color (decimal): -14135686 or 8015400. OLE color: 8015400.

HSL color Cylindrical-coordinate representation of color #284E7A: hue angle of 212.2º degrees, saturation: 0.51, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #284E7A is Cyan = 0.67, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB 40 78 122 -
CMYK 0.67 0.36 0 0.52
HSL 212.2º 0.51% 0.32% -
HSV(B) 212.2º 0.67% 0.48% -
XYZ 7.11 7.31 19.45 -
YUV 71.65 156.41 105.42 -
System Red Green Blue C M Y K H S L
Decimal 40 78 122 0.67 0.36 0 0.52 212.2 0.51 0.32
Hex 28 4E 7A 43 24 0 34 D4 33 20
Octal 50 116 172 103 44 0 64 324 63 40
Binary 101000 1001110 1111010 1000011 100100 0 110100 11010100 110011 100000

Color Harmonies of #284E7A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #284E7A

Black with #284E7A

Text Example


Text Example

White with #284E7A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(40,78,122); }

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

background-color css

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

 a { background-color: rgb(40,78,122); }

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

border-color css

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

 span { border-color: rgb(40,78,122); }

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