Html Css Color HEX #305782 St Tropaz

📋 copy color: '#305782'

red 48 ◦ green 87 ◦ blue 130

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

Shades of St Tropaz #305782

Tints of St Tropaz #305782

RGB

 RED value IS 48 (19.14% from 255) = 18.11%

 GREEN value IS 87 (34.38% from 255) = 32.83%

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

R = 18.11%
G = 32.83%
B = 49.06%

CMYK

 C value IS 0.63

 M value IS 0.33

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#305782 (or 0x305782) is known color: St Tropaz. HEX triplet: 30, 57 and 82. RGB value is (48,87,130). Sum of RGB (Red+Green+Blue) = 48+87+130=265 (35% of max value = 765). Red value is 48 (19.14% from 255 or 18.11% from 265); Green value is 87 (34.38% from 255 or 32.83% from 265); Blue value is 130 (51.17% from 255 or 49.06% from 265); Max value from RGB is 130 - color contains mainly: blue. Hex color #305782 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #305782 is #CFA87D. Grayscale: #505050. Windows color (decimal): -13609086 or 8542000. OLE color: 8542000.

HSL color Cylindrical-coordinate representation of color #305782: hue angle of 211.46º degrees, saturation: 0.46, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #305782 is Cyan = 0.63, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 48 87 130 -
CMYK 0.63 0.33 0 0.49
HSL 211.46º 0.46% 0.35% -
HSV(B) 211.46º 0.63% 0.51% -
XYZ 8.66 9.06 22.41 -
YUV 80.24 156.08 105 -
System Red Green Blue C M Y K H S L
Decimal 48 87 130 0.63 0.33 0 0.49 211.46 0.46 0.35
Hex 30 57 82 3F 21 0 31 D3 2E 23
Octal 60 127 202 77 41 0 61 323 56 43
Binary 110000 1010111 10000010 111111 100001 0 110001 11010011 101110 100011

Color Harmonies of #305782

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #305782

Black with #305782

Text Example


Text Example

White with #305782

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #305782; }

 p { color: rgb(48,87,130); }

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

background-color css

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

 a { background-color: rgb(48,87,130); }

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

border-color css

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

 span { border-color: rgb(48,87,130); }

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