Html Css Color HEX #285478 Venice Blue

📋 copy color: '#285478'

red 40 ◦ green 84 ◦ blue 120

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

Shades of Venice Blue #285478

Tints of Venice Blue #285478

RGB

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

 GREEN value IS 84 (33.2% from 255) = 34.43%

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

R = 16.39%
G = 34.43%
B = 49.18%

CMYK

 C value IS 0.67

 M value IS 0.3

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#285478 (or 0x285478) is known color: Venice Blue. HEX triplet: 28, 54 and 78. RGB value is (40,84,120). Sum of RGB (Red+Green+Blue) = 40+84+120=244 (32% of max value = 765). Red value is 40 (16.02% from 255 or 16.39% from 244); Green value is 84 (33.20% from 255 or 34.43% from 244); Blue value is 120 (47.27% from 255 or 49.18% from 244); Max value from RGB is 120 - color contains mainly: blue. Hex color #285478 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #285478 is #D7AB87. Grayscale: #4A4A4A. Windows color (decimal): -14134152 or 7885864. OLE color: 7885864.

HSL color Cylindrical-coordinate representation of color #285478: hue angle of 207º 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 #285478 is Cyan = 0.67, Magento = 0.3, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 40 84 120 -
CMYK 0.67 0.3 0 0.53
HSL 207º 0.5% 0.31% -
HSV(B) 207º 0.67% 0.47% -
XYZ 7.44 8.15 18.95 -
YUV 74.95 153.42 103.07 -
System Red Green Blue C M Y K H S L
Decimal 40 84 120 0.67 0.3 0 0.53 207 0.5 0.31
Hex 28 54 78 43 1E 0 35 CF 32 1F
Octal 50 124 170 103 36 0 65 317 62 37
Binary 101000 1010100 1111000 1000011 11110 0 110101 11001111 110010 11111

Color Harmonies of #285478

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #285478

Black with #285478

Text Example


Text Example

White with #285478

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #285478; }

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

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

background-color css

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

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

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

border-color css

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

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

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