Html Css Color HEX #30459E Tory Blue

📋 copy color: '#30459E'

red 48 ◦ green 69 ◦ blue 158

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

Shades of Tory Blue #30459E

Tints of Tory Blue #30459E

RGB

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

 GREEN value IS 69 (27.34% from 255) = 25.09%

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

R = 17.45%
G = 25.09%
B = 57.45%

CMYK

 C value IS 0.70

 M value IS 0.56

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#30459E (or 0x30459E) is known color: Tory Blue. HEX triplet: 30, 45 and 9E. RGB value is (48,69,158). Sum of RGB (Red+Green+Blue) = 48+69+158=275 (36% of max value = 765). Red value is 48 (19.14% from 255 or 17.45% from 275); Green value is 69 (27.34% from 255 or 25.09% from 275); Blue value is 158 (62.11% from 255 or 57.45% from 275); Max value from RGB is 158 - color contains mainly: blue. Hex color #30459E is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #30459E is #CFBA61. Grayscale: #484848. Windows color (decimal): -13613666 or 10372400. OLE color: 10372400.

HSL color Cylindrical-coordinate representation of color #30459E: hue angle of 228.55º 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 #30459E is Cyan = 0.70, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 48 69 158 -
CMYK 0.70 0.56 0 0.38
HSL 228.55º 0.53% 0.4% -
HSV(B) 228.55º 0.7% 0.62% -
XYZ 9.52 7.35 33.27 -
YUV 72.87 176.04 110.26 -
System Red Green Blue C M Y K H S L
Decimal 48 69 158 0.70 0.56 0 0.38 228.55 0.53 0.4
Hex 30 45 9E 46 38 0 26 E5 35 28
Octal 60 105 236 106 70 0 46 345 65 50
Binary 110000 1000101 10011110 1000110 111000 0 100110 11100101 110101 101000

Color Harmonies of #30459E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30459E

Black with #30459E

Text Example


Text Example

White with #30459E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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