Html Css Color HEX #305983 St Tropaz

📋 copy color: '#305983'

red 48 ◦ green 89 ◦ blue 131

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

Shades of St Tropaz #305983

Tints of St Tropaz #305983

RGB

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

 GREEN value IS 89 (35.16% from 255) = 33.21%

 BLUE value IS 131 (51.56% from 255) = 48.88%

R = 17.91%
G = 33.21%
B = 48.88%

CMYK

 C value IS 0.63

 M value IS 0.32

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#305983 (or 0x305983) is known color: St Tropaz. HEX triplet: 30, 59 and 83. RGB value is (48,89,131). Sum of RGB (Red+Green+Blue) = 48+89+131=268 (35% of max value = 765). Red value is 48 (19.14% from 255 or 17.91% from 268); Green value is 89 (35.16% from 255 or 33.21% from 268); Blue value is 131 (51.56% from 255 or 48.88% from 268); Max value from RGB is 131 - color contains mainly: blue. Hex color #305983 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #305983 is #CFA67C. Grayscale: #515151. Windows color (decimal): -13608573 or 8608048. OLE color: 8608048.

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

Color convert

RGB 48 89 131 -
CMYK 0.63 0.32 0 0.49
HSL 210.36º 0.46% 0.35% -
HSV(B) 210.36º 0.63% 0.51% -
XYZ 8.89 9.41 22.82 -
YUV 81.53 155.92 104.08 -
System Red Green Blue C M Y K H S L
Decimal 48 89 131 0.63 0.32 0 0.49 210.36 0.46 0.35
Hex 30 59 83 3F 20 0 31 D2 2E 23
Octal 60 131 203 77 40 0 61 322 56 43
Binary 110000 1011001 10000011 111111 100000 0 110001 11010010 101110 100011

Color Harmonies of #305983

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #305983

Black with #305983

Text Example


Text Example

White with #305983

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #305983; }

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

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

background-color css

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

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

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

border-color css

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

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

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