Html Css Color HEX #285074 Venice Blue

📋 copy color: '#285074'

red 40 ◦ green 80 ◦ blue 116

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

Shades of Venice Blue #285074

Tints of Venice Blue #285074

RGB

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

 GREEN value IS 80 (31.64% from 255) = 33.9%

 BLUE value IS 116 (45.7% from 255) = 49.15%

R = 16.95%
G = 33.9%
B = 49.15%

CMYK

 C value IS 0.66

 M value IS 0.31

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#285074 (or 0x285074) is known color: Venice Blue. HEX triplet: 28, 50 and 74. RGB value is (40,80,116). Sum of RGB (Red+Green+Blue) = 40+80+116=236 (31% of max value = 765). Red value is 40 (16.02% from 255 or 16.95% from 236); Green value is 80 (31.64% from 255 or 33.90% from 236); Blue value is 116 (45.70% from 255 or 49.15% from 236); Max value from RGB is 116 - color contains mainly: blue. Hex color #285074 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #285074 is #D7AF8B. Grayscale: #474747. Windows color (decimal): -14135180 or 7622696. OLE color: 7622696.

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

Color convert

RGB 40 80 116 -
CMYK 0.66 0.31 0 0.55
HSL 208.42º 0.49% 0.31% -
HSV(B) 208.42º 0.66% 0.45% -
XYZ 6.9 7.45 17.6 -
YUV 72.14 152.75 105.07 -
System Red Green Blue C M Y K H S L
Decimal 40 80 116 0.66 0.31 0 0.55 208.42 0.49 0.31
Hex 28 50 74 42 1F 0 37 D0 31 1F
Octal 50 120 164 102 37 0 67 320 61 37
Binary 101000 1010000 1110100 1000010 11111 0 110111 11010000 110001 11111

Color Harmonies of #285074

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #285074

Black with #285074

Text Example


Text Example

White with #285074

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #285074; }

 p { color: rgb(40,80,116); }

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

background-color css

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

 a { background-color: rgb(40,80,116); }

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

border-color css

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

 span { border-color: rgb(40,80,116); }

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