Html Css Color HEX #30399D Tory Blue

📋 copy color: '#30399D'

red 48 ◦ green 57 ◦ blue 157

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

Shades of Tory Blue #30399D

Tints of Tory Blue #30399D

RGB

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

 GREEN value IS 57 (22.66% from 255) = 21.76%

 BLUE value IS 157 (61.72% from 255) = 59.92%

R = 18.32%
G = 21.76%
B = 59.92%

CMYK

 C value IS 0.69

 M value IS 0.64

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#30399D (or 0x30399D) is known color: Tory Blue. HEX triplet: 30, 39 and 9D. RGB value is (48,57,157). Sum of RGB (Red+Green+Blue) = 48+57+157=262 (34% of max value = 765). Red value is 48 (19.14% from 255 or 18.32% from 262); Green value is 57 (22.66% from 255 or 21.76% from 262); Blue value is 157 (61.72% from 255 or 59.92% from 262); Max value from RGB is 157 - color contains mainly: blue. Hex color #30399D is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #30399D is #CFC662. Grayscale: #414141. Windows color (decimal): -13616739 or 10303792. OLE color: 10303792.

HSL color Cylindrical-coordinate representation of color #30399D: hue angle of 235.05º degrees, saturation: 0.53, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #30399D is Cyan = 0.69, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 48 57 157 -
CMYK 0.69 0.64 0 0.38
HSL 235.05º 0.53% 0.4% -
HSV(B) 235.05º 0.69% 0.62% -
XYZ 8.77 5.99 32.59 -
YUV 65.71 179.52 115.37 -
System Red Green Blue C M Y K H S L
Decimal 48 57 157 0.69 0.64 0 0.38 235.05 0.53 0.4
Hex 30 39 9D 45 40 0 26 EB 35 28
Octal 60 71 235 105 100 0 46 353 65 50
Binary 110000 111001 10011101 1000101 1000000 0 100110 11101011 110101 101000

Color Harmonies of #30399D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30399D

Black with #30399D

Text Example


Text Example

White with #30399D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #30399D; }

 p { color: rgb(48,57,157); }

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

background-color css

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

 a { background-color: rgb(48,57,157); }

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

border-color css

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

 span { border-color: rgb(48,57,157); }

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