Html Css Color HEX #305481 St Tropaz

📋 copy color: '#305481'

red 48 ◦ green 84 ◦ blue 129

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

Shades of St Tropaz #305481

Tints of St Tropaz #305481

RGB

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

 GREEN value IS 84 (33.2% from 255) = 32.18%

 BLUE value IS 129 (50.78% from 255) = 49.43%

R = 18.39%
G = 32.18%
B = 49.43%

CMYK

 C value IS 0.63

 M value IS 0.35

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#305481 (or 0x305481) is known color: St Tropaz. HEX triplet: 30, 54 and 81. RGB value is (48,84,129). Sum of RGB (Red+Green+Blue) = 48+84+129=261 (34% of max value = 765). Red value is 48 (19.14% from 255 or 18.39% from 261); Green value is 84 (33.20% from 255 or 32.18% from 261); Blue value is 129 (50.78% from 255 or 49.43% from 261); Max value from RGB is 129 - color contains mainly: blue. Hex color #305481 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #305481 is #CFAB7E. Grayscale: #4E4E4E. Windows color (decimal): -13609855 or 8475696. OLE color: 8475696.

HSL color Cylindrical-coordinate representation of color #305481: hue angle of 213.33º 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 #305481 is Cyan = 0.63, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 48 84 129 -
CMYK 0.63 0.35 0 0.49
HSL 213.33º 0.46% 0.35% -
HSV(B) 213.33º 0.63% 0.51% -
XYZ 8.35 8.55 21.98 -
YUV 78.37 156.57 106.34 -
System Red Green Blue C M Y K H S L
Decimal 48 84 129 0.63 0.35 0 0.49 213.33 0.46 0.35
Hex 30 54 81 3F 23 0 31 D5 2E 23
Octal 60 124 201 77 43 0 61 325 56 43
Binary 110000 1010100 10000001 111111 100011 0 110001 11010101 101110 100011

Color Harmonies of #305481

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #305481

Black with #305481

Text Example


Text Example

White with #305481

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #305481; }

 p { color: rgb(48,84,129); }

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

background-color css

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

 a { background-color: rgb(48,84,129); }

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

border-color css

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

 span { border-color: rgb(48,84,129); }

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