Html Css Color HEX #305686 St Tropaz

📋 copy color: '#305686'

red 48 ◦ green 86 ◦ blue 134

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

Shades of St Tropaz #305686

Tints of St Tropaz #305686

RGB

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

 GREEN value IS 86 (33.98% from 255) = 32.09%

 BLUE value IS 134 (52.73% from 255) = 50%

R = 17.91%
G = 32.09%
B = 50%

CMYK

 C value IS 0.64

 M value IS 0.36

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#305686 (or 0x305686) is known color: St Tropaz. HEX triplet: 30, 56 and 86. RGB value is (48,86,134). Sum of RGB (Red+Green+Blue) = 48+86+134=268 (35% of max value = 765). Red value is 48 (19.14% from 255 or 17.91% from 268); Green value is 86 (33.98% from 255 or 32.09% from 268); Blue value is 134 (52.73% from 255 or 50% from 268); Max value from RGB is 134 - color contains mainly: blue. Hex color #305686 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #305686 is #CFA979. Grayscale: #4F4F4F. Windows color (decimal): -13609338 or 8803888. OLE color: 8803888.

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

Color convert

RGB 48 86 134 -
CMYK 0.64 0.36 0 0.47
HSL 213.49º 0.47% 0.36% -
HSV(B) 213.49º 0.64% 0.53% -
XYZ 8.85 9.01 23.83 -
YUV 80.11 158.41 105.1 -
System Red Green Blue C M Y K H S L
Decimal 48 86 134 0.64 0.36 0 0.47 213.49 0.47 0.36
Hex 30 56 86 40 24 0 2F D5 2F 24
Octal 60 126 206 100 44 0 57 325 57 44
Binary 110000 1010110 10000110 1000000 100100 0 101111 11010101 101111 100100

Color Harmonies of #305686

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #305686

Black with #305686

Text Example


Text Example

White with #305686

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #305686; }

 p { color: rgb(48,86,134); }

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

background-color css

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

 a { background-color: rgb(48,86,134); }

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

border-color css

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

 span { border-color: rgb(48,86,134); }

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