Html Css Color HEX #305588 St Tropaz

📋 copy color: '#305588'

red 48 ◦ green 85 ◦ blue 136

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

Shades of St Tropaz #305588

Tints of St Tropaz #305588

RGB

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

 GREEN value IS 85 (33.59% from 255) = 31.6%

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

R = 17.84%
G = 31.6%
B = 50.56%

CMYK

 C value IS 0.65

 M value IS 0.38

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#305588 (or 0x305588) is known color: St Tropaz. HEX triplet: 30, 55 and 88. RGB value is (48,85,136). Sum of RGB (Red+Green+Blue) = 48+85+136=269 (35% of max value = 765). Red value is 48 (19.14% from 255 or 17.84% from 269); Green value is 85 (33.59% from 255 or 31.60% from 269); Blue value is 136 (53.52% from 255 or 50.56% from 269); Max value from RGB is 136 - color contains mainly: blue. Hex color #305588 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #305588 is #CFAA77. Grayscale: #4F4F4F. Windows color (decimal): -13609592 or 8934704. OLE color: 8934704.

HSL color Cylindrical-coordinate representation of color #305588: hue angle of 214.77º 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 #305588 is Cyan = 0.65, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 48 85 136 -
CMYK 0.65 0.38 0 0.47
HSL 214.77º 0.48% 0.36% -
HSV(B) 214.77º 0.65% 0.53% -
XYZ 8.91 8.9 24.54 -
YUV 79.75 159.74 105.35 -
System Red Green Blue C M Y K H S L
Decimal 48 85 136 0.65 0.38 0 0.47 214.77 0.48 0.36
Hex 30 55 88 41 26 0 2F D7 30 24
Octal 60 125 210 101 46 0 57 327 60 44
Binary 110000 1010101 10001000 1000001 100110 0 101111 11010111 110000 100100

Color Harmonies of #305588

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #305588

Black with #305588

Text Example


Text Example

White with #305588

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #305588; }

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

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

background-color css

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

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

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

border-color css

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

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

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