Html Css Color HEX #30478A Tory Blue

📋 copy color: '#30478A'

red 48 ◦ green 71 ◦ blue 138

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

Shades of Tory Blue #30478A

Tints of Tory Blue #30478A

RGB

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

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

 BLUE value IS 138 (54.3% from 255) = 53.7%

R = 18.68%
G = 27.63%
B = 53.7%

CMYK

 C value IS 0.65

 M value IS 0.49

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#30478A (or 0x30478A) is known color: Tory Blue. HEX triplet: 30, 47 and 8A. RGB value is (48,71,138). Sum of RGB (Red+Green+Blue) = 48+71+138=257 (34% of max value = 765). Red value is 48 (19.14% from 255 or 18.68% from 257); Green value is 71 (28.12% from 255 or 27.63% from 257); Blue value is 138 (54.30% from 255 or 53.70% from 257); Max value from RGB is 138 - color contains mainly: blue. Hex color #30478A is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #30478A is #CFB875. Grayscale: #474747. Windows color (decimal): -13613174 or 9062192. OLE color: 9062192.

HSL color Cylindrical-coordinate representation of color #30478A: hue angle of 224.67º degrees, saturation: 0.48, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #30478A is Cyan = 0.65, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB 48 71 138 -
CMYK 0.65 0.49 0 0.46
HSL 224.67º 0.48% 0.36% -
HSV(B) 224.67º 0.65% 0.54% -
XYZ 8.06 6.97 24.97 -
YUV 71.76 165.38 111.05 -
System Red Green Blue C M Y K H S L
Decimal 48 71 138 0.65 0.49 0 0.46 224.67 0.48 0.36
Hex 30 47 8A 41 31 0 2E E1 30 24
Octal 60 107 212 101 61 0 56 341 60 44
Binary 110000 1000111 10001010 1000001 110001 0 101110 11100001 110000 100100

Color Harmonies of #30478A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30478A

Black with #30478A

Text Example


Text Example

White with #30478A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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