Html Css Color HEX #30449F Tory Blue

📋 copy color: '#30449F'

red 48 ◦ green 68 ◦ blue 159

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

Shades of Tory Blue #30449F

Tints of Tory Blue #30449F

RGB

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

 GREEN value IS 68 (26.95% from 255) = 24.73%

 BLUE value IS 159 (62.5% from 255) = 57.82%

R = 17.45%
G = 24.73%
B = 57.82%

CMYK

 C value IS 0.70

 M value IS 0.57

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#30449F (or 0x30449F) is known color: Tory Blue. HEX triplet: 30, 44 and 9F. RGB value is (48,68,159). Sum of RGB (Red+Green+Blue) = 48+68+159=275 (36% of max value = 765). Red value is 48 (19.14% from 255 or 17.45% from 275); Green value is 68 (26.95% from 255 or 24.73% from 275); Blue value is 159 (62.5% from 255 or 57.82% from 275); Max value from RGB is 159 - color contains mainly: blue. Hex color #30449F is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #30449F is #CFBB60. Grayscale: #484848. Windows color (decimal): -13613921 or 10437680. OLE color: 10437680.

HSL color Cylindrical-coordinate representation of color #30449F: hue angle of 229.19º degrees, saturation: 0.54, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #30449F is Cyan = 0.70, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 48 68 159 -
CMYK 0.70 0.57 0 0.38
HSL 229.19º 0.54% 0.41% -
HSV(B) 229.19º 0.7% 0.62% -
XYZ 9.54 7.27 33.7 -
YUV 72.39 176.87 110.6 -
System Red Green Blue C M Y K H S L
Decimal 48 68 159 0.70 0.57 0 0.38 229.19 0.54 0.41
Hex 30 44 9F 46 39 0 26 E5 36 29
Octal 60 104 237 106 71 0 46 345 66 51
Binary 110000 1000100 10011111 1000110 111001 0 100110 11100101 110110 101001

Color Harmonies of #30449F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30449F

Black with #30449F

Text Example


Text Example

White with #30449F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #30449F; }

 p { color: rgb(48,68,159); }

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

background-color css

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

 a { background-color: rgb(48,68,159); }

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

border-color css

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

 span { border-color: rgb(48,68,159); }

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