Html Css Color HEX #30449C Tory Blue

📋 copy color: '#30449C'

red 48 ◦ green 68 ◦ blue 156

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

Shades of Tory Blue #30449C

Tints of Tory Blue #30449C

RGB

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

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

 BLUE value IS 156 (61.33% from 255) = 57.35%

R = 17.65%
G = 25%
B = 57.35%

CMYK

 C value IS 0.69

 M value IS 0.56

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#30449C (or 0x30449C) is known color: Tory Blue. HEX triplet: 30, 44 and 9C. RGB value is (48,68,156). Sum of RGB (Red+Green+Blue) = 48+68+156=272 (36% of max value = 765). Red value is 48 (19.14% from 255 or 17.65% from 272); Green value is 68 (26.95% from 255 or 25% from 272); Blue value is 156 (61.33% from 255 or 57.35% from 272); Max value from RGB is 156 - color contains mainly: blue. Hex color #30449C is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #30449C is #CFBB63. Grayscale: #474747. Windows color (decimal): -13613924 or 10241072. OLE color: 10241072.

HSL color Cylindrical-coordinate representation of color #30449C: hue angle of 228.89º degrees, saturation: 0.53, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #30449C is Cyan = 0.69, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 48 68 156 -
CMYK 0.69 0.56 0 0.39
HSL 228.89º 0.53% 0.4% -
HSV(B) 228.89º 0.69% 0.61% -
XYZ 9.29 7.16 32.35 -
YUV 72.05 175.37 110.84 -
System Red Green Blue C M Y K H S L
Decimal 48 68 156 0.69 0.56 0 0.39 228.89 0.53 0.4
Hex 30 44 9C 45 38 0 27 E5 35 28
Octal 60 104 234 105 70 0 47 345 65 50
Binary 110000 1000100 10011100 1000101 111000 0 100111 11100101 110101 101000

Color Harmonies of #30449C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30449C

Black with #30449C

Text Example


Text Example

White with #30449C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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