Html Css Color HEX #285279 Venice Blue

📋 copy color: '#285279'

red 40 ◦ green 82 ◦ blue 121

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

Shades of Venice Blue #285279

Tints of Venice Blue #285279

RGB

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

 GREEN value IS 82 (32.42% from 255) = 33.74%

 BLUE value IS 121 (47.66% from 255) = 49.79%

R = 16.46%
G = 33.74%
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

#285279 (or 0x285279) is known color: Venice Blue. HEX triplet: 28, 52 and 79. RGB value is (40,82,121). Sum of RGB (Red+Green+Blue) = 40+82+121=243 (32% of max value = 765). Red value is 40 (16.02% from 255 or 16.46% from 243); Green value is 82 (32.42% from 255 or 33.74% from 243); Blue value is 121 (47.66% from 255 or 49.79% from 243); Max value from RGB is 121 - color contains mainly: blue. Hex color #285279 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #285279 is #D7AD86. Grayscale: #494949. Windows color (decimal): -14134663 or 7950888. OLE color: 7950888.

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

Color convert

RGB 40 82 121 -
CMYK 0.67 0.32 0 0.53
HSL 208.89º 0.5% 0.32% -
HSV(B) 208.89º 0.67% 0.47% -
XYZ 7.34 7.87 19.22 -
YUV 73.89 154.59 103.83 -
System Red Green Blue C M Y K H S L
Decimal 40 82 121 0.67 0.32 0 0.53 208.89 0.5 0.32
Hex 28 52 79 43 20 0 35 D1 32 20
Octal 50 122 171 103 40 0 65 321 62 40
Binary 101000 1010010 1111001 1000011 100000 0 110101 11010001 110010 100000

Color Harmonies of #285279

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #285279

Black with #285279

Text Example


Text Example

White with #285279

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #285279; }

 p { color: rgb(40,82,121); }

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

background-color css

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

 a { background-color: rgb(40,82,121); }

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

border-color css

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

 span { border-color: rgb(40,82,121); }

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