Html Css Color HEX #285176 Venice Blue

📋 copy color: '#285176'

red 40 ◦ green 81 ◦ blue 118

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

Shades of Venice Blue #285176

Tints of Venice Blue #285176

RGB

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

 GREEN value IS 81 (32.03% from 255) = 33.89%

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

R = 16.74%
G = 33.89%
B = 49.37%

CMYK

 C value IS 0.66

 M value IS 0.31

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#285176 (or 0x285176) is known color: Venice Blue. HEX triplet: 28, 51 and 76. RGB value is (40,81,118). Sum of RGB (Red+Green+Blue) = 40+81+118=239 (31% of max value = 765). Red value is 40 (16.02% from 255 or 16.74% from 239); Green value is 81 (32.03% from 255 or 33.89% from 239); Blue value is 118 (46.48% from 255 or 49.37% from 239); Max value from RGB is 118 - color contains mainly: blue. Hex color #285176 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #285176 is #D7AE89. Grayscale: #484848. Windows color (decimal): -14134922 or 7754024. OLE color: 7754024.

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

Color convert

RGB 40 81 118 -
CMYK 0.66 0.31 0 0.54
HSL 208.46º 0.49% 0.31% -
HSV(B) 208.46º 0.66% 0.46% -
XYZ 7.09 7.64 18.24 -
YUV 72.96 153.42 104.49 -
System Red Green Blue C M Y K H S L
Decimal 40 81 118 0.66 0.31 0 0.54 208.46 0.49 0.31
Hex 28 51 76 42 1F 0 36 D0 31 1F
Octal 50 121 166 102 37 0 66 320 61 37
Binary 101000 1010001 1110110 1000010 11111 0 110110 11010000 110001 11111

Color Harmonies of #285176

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #285176

Black with #285176

Text Example


Text Example

White with #285176

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #285176; }

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

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

background-color css

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

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

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

border-color css

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

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

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