Html Css Color HEX #285076 Venice Blue

📋 copy color: '#285076'

red 40 ◦ green 80 ◦ blue 118

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

Shades of Venice Blue #285076

Tints of Venice Blue #285076

RGB

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

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

 BLUE value IS 118 (46.48% from 255) = 49.58%

R = 16.81%
G = 33.61%
B = 49.58%

CMYK

 C value IS 0.66

 M value IS 0.32

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#285076 (or 0x285076) is known color: Venice Blue. HEX triplet: 28, 50 and 76. RGB value is (40,80,118). Sum of RGB (Red+Green+Blue) = 40+80+118=238 (31% of max value = 765). Red value is 40 (16.02% from 255 or 16.81% from 238); Green value is 80 (31.64% from 255 or 33.61% from 238); Blue value is 118 (46.48% from 255 or 49.58% from 238); Max value from RGB is 118 - color contains mainly: blue. Hex color #285076 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #285076 is #D7AF89. Grayscale: #484848. Windows color (decimal): -14135178 or 7753768. OLE color: 7753768.

HSL color Cylindrical-coordinate representation of color #285076: hue angle of 209.23º 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 #285076 is Cyan = 0.66, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 40 80 118 -
CMYK 0.66 0.32 0 0.54
HSL 209.23º 0.49% 0.31% -
HSV(B) 209.23º 0.66% 0.46% -
XYZ 7.01 7.5 18.22 -
YUV 72.37 153.75 104.91 -
System Red Green Blue C M Y K H S L
Decimal 40 80 118 0.66 0.32 0 0.54 209.23 0.49 0.31
Hex 28 50 76 42 20 0 36 D1 31 1F
Octal 50 120 166 102 40 0 66 321 61 37
Binary 101000 1010000 1110110 1000010 100000 0 110110 11010001 110001 11111

Color Harmonies of #285076

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #285076

Black with #285076

Text Example


Text Example

White with #285076

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #285076; }

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

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

background-color css

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

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

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

border-color css

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

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

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