#305888

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

Shades of St Tropaz #305888

Tints of St Tropaz #305888

Color information

#305888 (or 0x305888) is unknown color: approx St Tropaz. HEX triplet: 30, 58 and 88. RGB value is (48,88,136). Sum of RGB (Red+Green+Blue) = 48+88+136=272 (36% of max value = 765). Red value is 48 (19.14% from 255 or 17.65% from 272); Green value is 88 (34.77% from 255 or 32.35% from 272); Blue value is 136 (53.52% from 255 or 50% from 272); Max value from RGB is 136 - color contains mainly: blue. Hex color #305888 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #305888 is #CFA777. Grayscale: #515151. Windows color (decimal): -13608824 or 8935472. OLE color: 8935472.

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

Color convert

RGB4888136-
CMYK0.650.3500.47
HSL212.73º47.83%36.08%-
HSV(B)212.73º64.71%53.33%-
XYZ9.159.3924.62-
YUV81.51158.75104.1-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 17.65%
GREEN value IS 88 (34.77% from 255) = 32.35%
BLUE value IS 136 (53.52% from 255) = 50%
R=17.65%
G=32.35%
B=50%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal48881360.650.3500.47212.7347.8336.08
Hex305888412302Fd53024
Octal60130210101430573256044
Binary1100001011000100010001000001100011010111111010101110000100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #305888

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #305888; }

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

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

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

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

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

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

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

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