Html Css Color HEX #30449E Tory Blue

📋 copy color: '#30449E'

red 48 ◦ green 68 ◦ blue 158

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

Shades of Tory Blue #30449E

Tints of Tory Blue #30449E

RGB

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

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

 BLUE value IS 158 (62.11% from 255) = 57.66%

R = 17.52%
G = 24.82%
B = 57.66%

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

#30449E (or 0x30449E) is known color: Tory Blue. HEX triplet: 30, 44 and 9E. RGB value is (48,68,158). Sum of RGB (Red+Green+Blue) = 48+68+158=274 (36% of max value = 765). Red value is 48 (19.14% from 255 or 17.52% from 274); Green value is 68 (26.95% from 255 or 24.82% from 274); Blue value is 158 (62.11% from 255 or 57.66% from 274); Max value from RGB is 158 - color contains mainly: blue. Hex color #30449E is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #30449E is #CFBB61. Grayscale: #474747. Windows color (decimal): -13613922 or 10372144. OLE color: 10372144.

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

Color convert

RGB 48 68 158 -
CMYK 0.70 0.57 0 0.38
HSL 229.09º 0.53% 0.4% -
HSV(B) 229.09º 0.7% 0.62% -
XYZ 9.46 7.23 33.25 -
YUV 72.28 176.37 110.68 -
System Red Green Blue C M Y K H S L
Decimal 48 68 158 0.70 0.57 0 0.38 229.09 0.53 0.4
Hex 30 44 9E 46 39 0 26 E5 35 28
Octal 60 104 236 106 71 0 46 345 65 50
Binary 110000 1000100 10011110 1000110 111001 0 100110 11100101 110101 101000

Color Harmonies of #30449E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30449E

Black with #30449E

Text Example


Text Example

White with #30449E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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