Html Css Color HEX #305585 St Tropaz

📋 copy color: '#305585'

red 48 ◦ green 85 ◦ blue 133

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

Shades of St Tropaz #305585

Tints of St Tropaz #305585

RGB

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

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

 BLUE value IS 133 (52.34% from 255) = 50%

R = 18.05%
G = 31.95%
B = 50%

CMYK

 C value IS 0.64

 M value IS 0.36

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#305585 (or 0x305585) is known color: St Tropaz. HEX triplet: 30, 55 and 85. RGB value is (48,85,133). Sum of RGB (Red+Green+Blue) = 48+85+133=266 (35% of max value = 765). Red value is 48 (19.14% from 255 or 18.05% from 266); Green value is 85 (33.59% from 255 or 31.95% from 266); Blue value is 133 (52.34% from 255 or 50% from 266); Max value from RGB is 133 - color contains mainly: blue. Hex color #305585 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #305585 is #CFAA7A. Grayscale: #4F4F4F. Windows color (decimal): -13609595 or 8738096. OLE color: 8738096.

HSL color Cylindrical-coordinate representation of color #305585: hue angle of 213.88º 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 #305585 is Cyan = 0.64, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB 48 85 133 -
CMYK 0.64 0.36 0 0.48
HSL 213.88º 0.47% 0.35% -
HSV(B) 213.88º 0.64% 0.52% -
XYZ 8.7 8.82 23.43 -
YUV 79.41 158.24 105.6 -
System Red Green Blue C M Y K H S L
Decimal 48 85 133 0.64 0.36 0 0.48 213.88 0.47 0.35
Hex 30 55 85 40 24 0 30 D6 2F 23
Octal 60 125 205 100 44 0 60 326 57 43
Binary 110000 1010101 10000101 1000000 100100 0 110000 11010110 101111 100011

Color Harmonies of #305585

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #305585

Black with #305585

Text Example


Text Example

White with #305585

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #305585; }

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

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

background-color css

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

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

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

border-color css

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

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

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