Html Css Color HEX #305886 St Tropaz

📋 copy color: '#305886'

red 48 ◦ green 88 ◦ blue 134

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

Shades of St Tropaz #305886

Tints of St Tropaz #305886

RGB

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

 GREEN value IS 88 (34.77% from 255) = 32.59%

 BLUE value IS 134 (52.73% from 255) = 49.63%

R = 17.78%
G = 32.59%
B = 49.63%

CMYK

 C value IS 0.64

 M value IS 0.34

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#305886 (or 0x305886) is known color: St Tropaz. HEX triplet: 30, 58 and 86. RGB value is (48,88,134). Sum of RGB (Red+Green+Blue) = 48+88+134=270 (35% of max value = 765). Red value is 48 (19.14% from 255 or 17.78% from 270); Green value is 88 (34.77% from 255 or 32.59% from 270); Blue value is 134 (52.73% from 255 or 49.63% from 270); Max value from RGB is 134 - color contains mainly: blue. Hex color #305886 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #305886 is #CFA779. Grayscale: #515151. Windows color (decimal): -13608826 or 8804400. OLE color: 8804400.

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

Color convert

RGB 48 88 134 -
CMYK 0.64 0.34 0 0.47
HSL 212.09º 0.47% 0.36% -
HSV(B) 212.09º 0.64% 0.53% -
XYZ 9.01 9.33 23.88 -
YUV 81.28 157.75 104.26 -
System Red Green Blue C M Y K H S L
Decimal 48 88 134 0.64 0.34 0 0.47 212.09 0.47 0.36
Hex 30 58 86 40 22 0 2F D4 2F 24
Octal 60 130 206 100 42 0 57 324 57 44
Binary 110000 1011000 10000110 1000000 100010 0 101111 11010100 101111 100100

Color Harmonies of #305886

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #305886

Black with #305886

Text Example


Text Example

White with #305886

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #305886; }

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

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

background-color css

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

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

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

border-color css

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

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

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