Html Css Color HEX #304D77 St Tropaz

📋 copy color: '#304D77'

red 48 ◦ green 77 ◦ blue 119

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

Shades of St Tropaz #304D77

Tints of St Tropaz #304D77

RGB

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

 GREEN value IS 77 (30.47% from 255) = 31.56%

 BLUE value IS 119 (46.88% from 255) = 48.77%

R = 19.67%
G = 31.56%
B = 48.77%

CMYK

 C value IS 0.60

 M value IS 0.35

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#304D77 (or 0x304D77) is known color: St Tropaz. HEX triplet: 30, 4D and 77. RGB value is (48,77,119). Sum of RGB (Red+Green+Blue) = 48+77+119=244 (32% of max value = 765). Red value is 48 (19.14% from 255 or 19.67% from 244); Green value is 77 (30.47% from 255 or 31.56% from 244); Blue value is 119 (46.88% from 255 or 48.77% from 244); Max value from RGB is 119 - color contains mainly: blue. Hex color #304D77 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #304D77 is #CFB288. Grayscale: #484848. Windows color (decimal): -13611657 or 7818544. OLE color: 7818544.

HSL color Cylindrical-coordinate representation of color #304D77: hue angle of 215.49º degrees, saturation: 0.43, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #304D77 is Cyan = 0.60, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 48 77 119 -
CMYK 0.60 0.35 0 0.53
HSL 215.49º 0.43% 0.33% -
HSV(B) 215.49º 0.6% 0.47% -
XYZ 7.2 7.27 18.48 -
YUV 73.12 153.89 110.08 -
System Red Green Blue C M Y K H S L
Decimal 48 77 119 0.60 0.35 0 0.53 215.49 0.43 0.33
Hex 30 4D 77 3C 23 0 35 D7 2B 21
Octal 60 115 167 74 43 0 65 327 53 41
Binary 110000 1001101 1110111 111100 100011 0 110101 11010111 101011 100001

Color Harmonies of #304D77

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #304D77

Black with #304D77

Text Example


Text Example

White with #304D77

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #304D77; }

 p { color: rgb(48,77,119); }

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

background-color css

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

 a { background-color: rgb(48,77,119); }

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

border-color css

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

 span { border-color: rgb(48,77,119); }

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