Html Css Color HEX #285080 St Tropaz

📋 copy color: '#285080'

red 40 ◦ green 80 ◦ blue 128

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

Shades of St Tropaz #285080

Tints of St Tropaz #285080

RGB

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

 GREEN value IS 80 (31.64% from 255) = 32.26%

 BLUE value IS 128 (50.39% from 255) = 51.61%

R = 16.13%
G = 32.26%
B = 51.61%

CMYK

 C value IS 0.69

 M value IS 0.38

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#285080 (or 0x285080) is known color: St Tropaz. HEX triplet: 28, 50 and 80. RGB value is (40,80,128). Sum of RGB (Red+Green+Blue) = 40+80+128=248 (32% of max value = 765). Red value is 40 (16.02% from 255 or 16.13% from 248); Green value is 80 (31.64% from 255 or 32.26% from 248); Blue value is 128 (50.39% from 255 or 51.61% from 248); Max value from RGB is 128 - color contains mainly: blue. Hex color #285080 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #285080 is #D7AF7F. Grayscale: #494949. Windows color (decimal): -14135168 or 8409128. OLE color: 8409128.

HSL color Cylindrical-coordinate representation of color #285080: hue angle of 212.73º degrees, saturation: 0.52, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #285080 is Cyan = 0.69, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB 40 80 128 -
CMYK 0.69 0.38 0 0.50
HSL 212.73º 0.52% 0.33% -
HSV(B) 212.73º 0.69% 0.5% -
XYZ 7.64 7.75 21.51 -
YUV 73.51 158.75 104.1 -
System Red Green Blue C M Y K H S L
Decimal 40 80 128 0.69 0.38 0 0.50 212.73 0.52 0.33
Hex 28 50 80 45 26 0 32 D5 34 21
Octal 50 120 200 105 46 0 62 325 64 41
Binary 101000 1010000 10000000 1000101 100110 0 110010 11010101 110100 100001

Color Harmonies of #285080

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #285080

Black with #285080

Text Example


Text Example

White with #285080

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #285080; }

 p { color: rgb(40,80,128); }

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

background-color css

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

 a { background-color: rgb(40,80,128); }

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

border-color css

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

 span { border-color: rgb(40,80,128); }

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