Html Css Color HEX #284E75 Venice Blue

📋 copy color: '#284E75'

red 40 ◦ green 78 ◦ blue 117

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

Shades of Venice Blue #284E75

Tints of Venice Blue #284E75

RGB

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

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

 BLUE value IS 117 (46.09% from 255) = 49.79%

R = 17.02%
G = 33.19%
B = 49.79%

CMYK

 C value IS 0.66

 M value IS 0.33

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#284E75 (or 0x284E75) is known color: Venice Blue. HEX triplet: 28, 4E and 75. RGB value is (40,78,117). Sum of RGB (Red+Green+Blue) = 40+78+117=235 (31% of max value = 765). Red value is 40 (16.02% from 255 or 17.02% from 235); Green value is 78 (30.86% from 255 or 33.19% from 235); Blue value is 117 (46.09% from 255 or 49.79% from 235); Max value from RGB is 117 - color contains mainly: blue. Hex color #284E75 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #284E75 is #D7B18A. Grayscale: #464646. Windows color (decimal): -14135691 or 7687720. OLE color: 7687720.

HSL color Cylindrical-coordinate representation of color #284E75: hue angle of 210.39º degrees, saturation: 0.49, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #284E75 is Cyan = 0.66, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 40 78 117 -
CMYK 0.66 0.33 0 0.54
HSL 210.39º 0.49% 0.31% -
HSV(B) 210.39º 0.66% 0.46% -
XYZ 6.81 7.18 17.86 -
YUV 71.08 153.91 105.83 -
System Red Green Blue C M Y K H S L
Decimal 40 78 117 0.66 0.33 0 0.54 210.39 0.49 0.31
Hex 28 4E 75 42 21 0 36 D2 31 1F
Octal 50 116 165 102 41 0 66 322 61 37
Binary 101000 1001110 1110101 1000010 100001 0 110110 11010010 110001 11111

Color Harmonies of #284E75

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #284E75

Black with #284E75

Text Example


Text Example

White with #284E75

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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