Html Css Color HEX #305388 St Tropaz

📋 copy color: '#305388'

red 48 ◦ green 83 ◦ blue 136

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

Shades of St Tropaz #305388

Tints of St Tropaz #305388

RGB

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

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

 BLUE value IS 136 (53.52% from 255) = 50.94%

R = 17.98%
G = 31.09%
B = 50.94%

CMYK

 C value IS 0.65

 M value IS 0.39

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#305388 (or 0x305388) is known color: St Tropaz. HEX triplet: 30, 53 and 88. RGB value is (48,83,136). Sum of RGB (Red+Green+Blue) = 48+83+136=267 (35% of max value = 765). Red value is 48 (19.14% from 255 or 17.98% from 267); Green value is 83 (32.81% from 255 or 31.09% from 267); Blue value is 136 (53.52% from 255 or 50.94% from 267); Max value from RGB is 136 - color contains mainly: blue. Hex color #305388 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #305388 is #CFAC77. Grayscale: #4E4E4E. Windows color (decimal): -13610104 or 8934192. OLE color: 8934192.

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

Color convert

RGB 48 83 136 -
CMYK 0.65 0.39 0 0.47
HSL 216.14º 0.48% 0.36% -
HSV(B) 216.14º 0.65% 0.53% -
XYZ 8.76 8.59 24.49 -
YUV 78.58 160.4 106.19 -
System Red Green Blue C M Y K H S L
Decimal 48 83 136 0.65 0.39 0 0.47 216.14 0.48 0.36
Hex 30 53 88 41 27 0 2F D8 30 24
Octal 60 123 210 101 47 0 57 330 60 44
Binary 110000 1010011 10001000 1000001 100111 0 101111 11011000 110000 100100

Color Harmonies of #305388

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #305388

Black with #305388

Text Example


Text Example

White with #305388

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #305388; }

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

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

background-color css

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

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

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

border-color css

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

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

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