Html Css Color HEX #30449B Tory Blue

📋 copy color: '#30449B'

red 48 ◦ green 68 ◦ blue 155

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

Shades of Tory Blue #30449B

Tints of Tory Blue #30449B

RGB

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

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

 BLUE value IS 155 (60.94% from 255) = 57.2%

R = 17.71%
G = 25.09%
B = 57.2%

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

#30449B (or 0x30449B) is known color: Tory Blue. HEX triplet: 30, 44 and 9B. RGB value is (48,68,155). Sum of RGB (Red+Green+Blue) = 48+68+155=271 (35% of max value = 765). Red value is 48 (19.14% from 255 or 17.71% from 271); Green value is 68 (26.95% from 255 or 25.09% from 271); Blue value is 155 (60.94% from 255 or 57.20% from 271); Max value from RGB is 155 - color contains mainly: blue. Hex color #30449B is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #30449B is #CFBB64. Grayscale: #474747. Windows color (decimal): -13613925 or 10175536. OLE color: 10175536.

HSL color Cylindrical-coordinate representation of color #30449B: hue angle of 228.79º 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 #30449B is Cyan = 0.69, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 48 68 155 -
CMYK 0.69 0.56 0 0.39
HSL 228.79º 0.53% 0.4% -
HSV(B) 228.79º 0.69% 0.61% -
XYZ 9.2 7.13 31.9 -
YUV 71.94 174.87 110.93 -
System Red Green Blue C M Y K H S L
Decimal 48 68 155 0.69 0.56 0 0.39 228.79 0.53 0.4
Hex 30 44 9B 45 38 0 27 E5 35 28
Octal 60 104 233 105 70 0 47 345 65 50
Binary 110000 1000100 10011011 1000101 111000 0 100111 11100101 110101 101000

Color Harmonies of #30449B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30449B

Black with #30449B

Text Example


Text Example

White with #30449B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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