Html Css Color HEX #285878 Venice Blue

📋 copy color: '#285878'

red 40 ◦ green 88 ◦ blue 120

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

Shades of Venice Blue #285878

Tints of Venice Blue #285878

RGB

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

 GREEN value IS 88 (34.77% from 255) = 35.48%

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

R = 16.13%
G = 35.48%
B = 48.39%

CMYK

 C value IS 0.67

 M value IS 0.27

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#285878 (or 0x285878) is known color: Venice Blue. HEX triplet: 28, 58 and 78. RGB value is (40,88,120). Sum of RGB (Red+Green+Blue) = 40+88+120=248 (32% of max value = 765). Red value is 40 (16.02% from 255 or 16.13% from 248); Green value is 88 (34.77% from 255 or 35.48% from 248); Blue value is 120 (47.27% from 255 or 48.39% from 248); Max value from RGB is 120 - color contains mainly: blue. Hex color #285878 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #285878 is #D7A787. Grayscale: #4D4D4D. Windows color (decimal): -14133128 or 7886888. OLE color: 7886888.

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

Color convert

RGB 40 88 120 -
CMYK 0.67 0.27 0 0.53
HSL 204º 0.5% 0.31% -
HSV(B) 204º 0.67% 0.47% -
XYZ 7.75 8.79 19.06 -
YUV 77.3 152.1 101.4 -
System Red Green Blue C M Y K H S L
Decimal 40 88 120 0.67 0.27 0 0.53 204 0.5 0.31
Hex 28 58 78 43 1B 0 35 CC 32 1F
Octal 50 130 170 103 33 0 65 314 62 37
Binary 101000 1011000 1111000 1000011 11011 0 110101 11001100 110010 11111

Color Harmonies of #285878

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #285878

Black with #285878

Text Example


Text Example

White with #285878

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #285878; }

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

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

background-color css

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

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

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

border-color css

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

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

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