Html Css Color HEX #285178 Venice Blue

📋 copy color: '#285178'

red 40 ◦ green 81 ◦ blue 120

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

Shades of Venice Blue #285178

Tints of Venice Blue #285178

RGB

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

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

 BLUE value IS 120 (47.27% from 255) = 49.79%

R = 16.6%
G = 33.61%
B = 49.79%

CMYK

 C value IS 0.67

 M value IS 0.32

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#285178 (or 0x285178) is known color: Venice Blue. HEX triplet: 28, 51 and 78. RGB value is (40,81,120). Sum of RGB (Red+Green+Blue) = 40+81+120=241 (31% of max value = 765). Red value is 40 (16.02% from 255 or 16.60% from 241); Green value is 81 (32.03% from 255 or 33.61% from 241); Blue value is 120 (47.27% from 255 or 49.79% from 241); Max value from RGB is 120 - color contains mainly: blue. Hex color #285178 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #285178 is #D7AE87. Grayscale: #484848. Windows color (decimal): -14134920 or 7885096. OLE color: 7885096.

HSL color Cylindrical-coordinate representation of color #285178: hue angle of 209.25º degrees, saturation: 0.5, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #285178 is Cyan = 0.67, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 40 81 120 -
CMYK 0.67 0.32 0 0.53
HSL 209.25º 0.5% 0.31% -
HSV(B) 209.25º 0.67% 0.47% -
XYZ 7.21 7.69 18.87 -
YUV 73.19 154.42 104.33 -
System Red Green Blue C M Y K H S L
Decimal 40 81 120 0.67 0.32 0 0.53 209.25 0.5 0.31
Hex 28 51 78 43 20 0 35 D1 32 1F
Octal 50 121 170 103 40 0 65 321 62 37
Binary 101000 1010001 1111000 1000011 100000 0 110101 11010001 110010 11111

Color Harmonies of #285178

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #285178

Black with #285178

Text Example


Text Example

White with #285178

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #285178; }

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

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

background-color css

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

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

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

border-color css

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

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

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