Html Css Color HEX #305583 St Tropaz

📋 copy color: '#305583'

red 48 ◦ green 85 ◦ blue 131

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

Shades of St Tropaz #305583

Tints of St Tropaz #305583

RGB

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

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

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

R = 18.18%
G = 32.2%
B = 49.62%

CMYK

 C value IS 0.63

 M value IS 0.35

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#305583 (or 0x305583) is known color: St Tropaz. HEX triplet: 30, 55 and 83. RGB value is (48,85,131). Sum of RGB (Red+Green+Blue) = 48+85+131=264 (34% of max value = 765). Red value is 48 (19.14% from 255 or 18.18% from 264); Green value is 85 (33.59% from 255 or 32.20% from 264); Blue value is 131 (51.56% from 255 or 49.62% from 264); Max value from RGB is 131 - color contains mainly: blue. Hex color #305583 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #305583 is #CFAA7C. Grayscale: #4E4E4E. Windows color (decimal): -13609597 or 8607024. OLE color: 8607024.

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

Color convert

RGB 48 85 131 -
CMYK 0.63 0.35 0 0.49
HSL 213.25º 0.46% 0.35% -
HSV(B) 213.25º 0.63% 0.51% -
XYZ 8.56 8.76 22.71 -
YUV 79.18 157.24 105.76 -
System Red Green Blue C M Y K H S L
Decimal 48 85 131 0.63 0.35 0 0.49 213.25 0.46 0.35
Hex 30 55 83 3F 23 0 31 D5 2E 23
Octal 60 125 203 77 43 0 61 325 56 43
Binary 110000 1010101 10000011 111111 100011 0 110001 11010101 101110 100011

Color Harmonies of #305583

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #305583

Black with #305583

Text Example


Text Example

White with #305583

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #305583; }

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

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

background-color css

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

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

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

border-color css

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

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

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