Html Css Color HEX #305380 St Tropaz

📋 copy color: '#305380'

red 48 ◦ green 83 ◦ blue 128

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

Shades of St Tropaz #305380

Tints of St Tropaz #305380

RGB

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

 GREEN value IS 83 (32.81% from 255) = 32.05%

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

R = 18.53%
G = 32.05%
B = 49.42%

CMYK

 C value IS 0.62

 M value IS 0.35

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#305380 (or 0x305380) is known color: St Tropaz. HEX triplet: 30, 53 and 80. RGB value is (48,83,128). Sum of RGB (Red+Green+Blue) = 48+83+128=259 (34% of max value = 765). Red value is 48 (19.14% from 255 or 18.53% from 259); Green value is 83 (32.81% from 255 or 32.05% from 259); Blue value is 128 (50.39% from 255 or 49.42% from 259); Max value from RGB is 128 - color contains mainly: blue. Hex color #305380 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #305380 is #CFAC7F. Grayscale: #4D4D4D. Windows color (decimal): -13610112 or 8409904. OLE color: 8409904.

HSL color Cylindrical-coordinate representation of color #305380: hue angle of 213.75º degrees, saturation: 0.45, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #305380 is Cyan = 0.62, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB 48 83 128 -
CMYK 0.62 0.35 0 0.50
HSL 213.75º 0.45% 0.35% -
HSV(B) 213.75º 0.63% 0.5% -
XYZ 8.21 8.37 21.61 -
YUV 77.67 156.4 106.84 -
System Red Green Blue C M Y K H S L
Decimal 48 83 128 0.62 0.35 0 0.50 213.75 0.45 0.35
Hex 30 53 80 3E 23 0 32 D6 2D 23
Octal 60 123 200 76 43 0 62 326 55 43
Binary 110000 1010011 10000000 111110 100011 0 110010 11010110 101101 100011

Color Harmonies of #305380

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #305380

Black with #305380

Text Example


Text Example

White with #305380

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #305380; }

 p { color: rgb(48,83,128); }

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

background-color css

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

 a { background-color: rgb(48,83,128); }

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

border-color css

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

 span { border-color: rgb(48,83,128); }

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