#305883

Color #305883 St Tropaz (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of St Tropaz #305883

Tints of St Tropaz #305883

Color information

#305883 (or 0x305883) is unknown color: approx St Tropaz. HEX triplet: 30, 58 and 83. RGB value is (48,88,131). Sum of RGB (Red+Green+Blue) = 48+88+131=267 (35% of max value = 765). Red value is 48 (19.14% from 255 or 17.98% from 267); Green value is 88 (34.77% from 255 or 32.96% from 267); Blue value is 131 (51.56% from 255 or 49.06% from 267); Max value from RGB is 131 - color contains mainly: blue. Hex color #305883 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #305883 is #CFA77C. Grayscale: #505050. Windows color (decimal): -13608829 or 8607792. OLE color: 8607792.

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

Color convert

RGB4888131-
CMYK0.630.3300.49
HSL211.08º46.37%35.1%-
HSV(B)211.08º63.36%51.37%-
XYZ8.819.2522.79-
YUV80.94156.25104.5-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 17.98%
GREEN value IS 88 (34.77% from 255) = 32.96%
BLUE value IS 131 (51.56% from 255) = 49.06%
R=17.98%
G=32.96%
B=49.06%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal48881310.630.3300.49211.0846.3735.1
Hex3058833F21031d32e23
Octal6013020377410613235643
Binary110000101100010000011111111100001011000111010011101110100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #305883

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #305883; }

 p { color: rgb(48,88,131); }

 H1.HeaderClassName
 {
   color: #305883;
 }
 .AnyTagClassName
 {
   color: #305883;
 }
</style>
background-color css

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

 a { background-color: rgb(48,88,131); }

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

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

 span { border-color: rgb(48,88,131); }

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