Html Css Color HEX #30478D Tory Blue

📋 copy color: '#30478D'

red 48 ◦ green 71 ◦ blue 141

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

Shades of Tory Blue #30478D

Tints of Tory Blue #30478D

RGB

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

 GREEN value IS 71 (28.13% from 255) = 27.31%

 BLUE value IS 141 (55.47% from 255) = 54.23%

R = 18.46%
G = 27.31%
B = 54.23%

CMYK

 C value IS 0.66

 M value IS 0.50

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#30478D (or 0x30478D) is known color: Tory Blue. HEX triplet: 30, 47 and 8D. RGB value is (48,71,141). Sum of RGB (Red+Green+Blue) = 48+71+141=260 (34% of max value = 765). Red value is 48 (19.14% from 255 or 18.46% from 260); Green value is 71 (28.12% from 255 or 27.31% from 260); Blue value is 141 (55.47% from 255 or 54.23% from 260); Max value from RGB is 141 - color contains mainly: blue. Hex color #30478D is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #30478D is #CFB872. Grayscale: #474747. Windows color (decimal): -13613171 or 9258800. OLE color: 9258800.

HSL color Cylindrical-coordinate representation of color #30478D: hue angle of 225.16º degrees, saturation: 0.49, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #30478D is Cyan = 0.66, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 48 71 141 -
CMYK 0.66 0.50 0 0.45
HSL 225.16º 0.49% 0.37% -
HSV(B) 225.16º 0.66% 0.55% -
XYZ 8.28 7.06 26.13 -
YUV 72.1 166.88 110.81 -
System Red Green Blue C M Y K H S L
Decimal 48 71 141 0.66 0.50 0 0.45 225.16 0.49 0.37
Hex 30 47 8D 42 32 0 2D E1 31 25
Octal 60 107 215 102 62 0 55 341 61 45
Binary 110000 1000111 10001101 1000010 110010 0 101101 11100001 110001 100101

Color Harmonies of #30478D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30478D

Black with #30478D

Text Example


Text Example

White with #30478D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(48,71,141); }

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

background-color css

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

 a { background-color: rgb(48,71,141); }

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

border-color css

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

 span { border-color: rgb(48,71,141); }

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