Html Css Color HEX #305387 St Tropaz

📋 copy color: '#305387'

red 48 ◦ green 83 ◦ blue 135

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

Shades of St Tropaz #305387

Tints of St Tropaz #305387

RGB

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

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

 BLUE value IS 135 (53.13% from 255) = 50.75%

R = 18.05%
G = 31.2%
B = 50.75%

CMYK

 C value IS 0.64

 M value IS 0.39

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#305387 (or 0x305387) is known color: St Tropaz. HEX triplet: 30, 53 and 87. RGB value is (48,83,135). Sum of RGB (Red+Green+Blue) = 48+83+135=266 (35% of max value = 765). Red value is 48 (19.14% from 255 or 18.05% from 266); Green value is 83 (32.81% from 255 or 31.20% from 266); Blue value is 135 (53.12% from 255 or 50.75% from 266); Max value from RGB is 135 - color contains mainly: blue. Hex color #305387 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #305387 is #CFAC78. Grayscale: #4E4E4E. Windows color (decimal): -13610105 or 8868656. OLE color: 8868656.

HSL color Cylindrical-coordinate representation of color #305387: hue angle of 215.86º degrees, saturation: 0.48, 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 #305387 is Cyan = 0.64, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 48 83 135 -
CMYK 0.64 0.39 0 0.47
HSL 215.86º 0.48% 0.36% -
HSV(B) 215.86º 0.64% 0.53% -
XYZ 8.69 8.56 24.12 -
YUV 78.46 159.9 106.27 -
System Red Green Blue C M Y K H S L
Decimal 48 83 135 0.64 0.39 0 0.47 215.86 0.48 0.36
Hex 30 53 87 40 27 0 2F D8 30 24
Octal 60 123 207 100 47 0 57 330 60 44
Binary 110000 1010011 10000111 1000000 100111 0 101111 11011000 110000 100100

Color Harmonies of #305387

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #305387

Black with #305387

Text Example


Text Example

White with #305387

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #305387; }

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

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

background-color css

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

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

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

border-color css

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

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

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