Html Css Color HEX #275082 St Tropaz

📋 copy color: '#275082'

red 39 ◦ green 80 ◦ blue 130

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

Shades of St Tropaz #275082

Tints of St Tropaz #275082

RGB

 RED value IS 39 (15.63% from 255) = 15.66%

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

 BLUE value IS 130 (51.17% from 255) = 52.21%

R = 15.66%
G = 32.13%
B = 52.21%

CMYK

 C value IS 0.70

 M value IS 0.38

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#275082 (or 0x275082) is known color: St Tropaz. HEX triplet: 27, 50 and 82. RGB value is (39,80,130). Sum of RGB (Red+Green+Blue) = 39+80+130=249 (32% of max value = 765). Red value is 39 (15.62% from 255 or 15.66% from 249); Green value is 80 (31.64% from 255 or 32.13% from 249); Blue value is 130 (51.17% from 255 or 52.21% from 249); Max value from RGB is 130 - color contains mainly: blue. Hex color #275082 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #275082 is #D8AF7D. Grayscale: #494949. Windows color (decimal): -14200702 or 8540199. OLE color: 8540199.

HSL color Cylindrical-coordinate representation of color #275082: hue angle of 212.97º degrees, saturation: 0.54, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #275082 is Cyan = 0.70, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 39 80 130 -
CMYK 0.70 0.38 0 0.49
HSL 212.97º 0.54% 0.33% -
HSV(B) 212.97º 0.7% 0.51% -
XYZ 7.73 7.78 22.21 -
YUV 73.44 159.92 103.43 -
System Red Green Blue C M Y K H S L
Decimal 39 80 130 0.70 0.38 0 0.49 212.97 0.54 0.33
Hex 27 50 82 46 26 0 31 D5 36 21
Octal 47 120 202 106 46 0 61 325 66 41
Binary 100111 1010000 10000010 1000110 100110 0 110001 11010101 110110 100001

Color Harmonies of #275082

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #275082

Black with #275082

Text Example


Text Example

White with #275082

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #275082; }

 p { color: rgb(39,80,130); }

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

background-color css

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

 a { background-color: rgb(39,80,130); }

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

border-color css

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

 span { border-color: rgb(39,80,130); }

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