#305885

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

Shades of St Tropaz #305885

Tints of St Tropaz #305885

Color information

#305885 (or 0x305885) is unknown color: approx St Tropaz. HEX triplet: 30, 58 and 85. RGB value is (48,88,133). Sum of RGB (Red+Green+Blue) = 48+88+133=269 (35% of max value = 765). Red value is 48 (19.14% from 255 or 17.84% from 269); Green value is 88 (34.77% from 255 or 32.71% from 269); Blue value is 133 (52.34% from 255 or 49.44% from 269); Max value from RGB is 133 - color contains mainly: blue. Hex color #305885 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #305885 is #CFA77A. Grayscale: #505050. Windows color (decimal): -13608827 or 8738864. OLE color: 8738864.

HSL color Cylindrical-coordinate representation of color #305885: hue angle of 211.76º degrees, saturation: 0.47, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #305885 is Cyan = 0.64, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB4888133-
CMYK0.640.3400.48
HSL211.76º46.96%35.49%-
HSV(B)211.76º63.91%52.16%-
XYZ8.949.323.51-
YUV81.17157.25104.34-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 17.84%
GREEN value IS 88 (34.77% from 255) = 32.71%
BLUE value IS 133 (52.34% from 255) = 49.44%
R=17.84%
G=32.71%
B=49.44%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal48881330.640.3400.48211.7646.9635.49
Hex3058854022030d42f23
Octal60130205100420603245743
Binary1100001011000100001011000000100010011000011010100101111100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #305885

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #305885; }

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

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

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

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

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

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

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

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