Html Css Color HEX #30459B Tory Blue

📋 copy color: '#30459B'

red 48 ◦ green 69 ◦ blue 155

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

Shades of Tory Blue #30459B

Tints of Tory Blue #30459B

RGB

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

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

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

R = 17.65%
G = 25.37%
B = 56.99%

CMYK

 C value IS 0.69

 M value IS 0.55

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#30459B (or 0x30459B) is known color: Tory Blue. HEX triplet: 30, 45 and 9B. RGB value is (48,69,155). Sum of RGB (Red+Green+Blue) = 48+69+155=272 (36% of max value = 765). Red value is 48 (19.14% from 255 or 17.65% from 272); Green value is 69 (27.34% from 255 or 25.37% from 272); Blue value is 155 (60.94% from 255 or 56.99% from 272); Max value from RGB is 155 - color contains mainly: blue. Hex color #30459B is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #30459B is #CFBA64. Grayscale: #484848. Windows color (decimal): -13613669 or 10175792. OLE color: 10175792.

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

Color convert

RGB 48 69 155 -
CMYK 0.69 0.55 0 0.39
HSL 228.22º 0.53% 0.4% -
HSV(B) 228.22º 0.69% 0.61% -
XYZ 9.26 7.25 31.92 -
YUV 72.53 174.54 110.51 -
System Red Green Blue C M Y K H S L
Decimal 48 69 155 0.69 0.55 0 0.39 228.22 0.53 0.4
Hex 30 45 9B 45 37 0 27 E4 35 28
Octal 60 105 233 105 67 0 47 344 65 50
Binary 110000 1000101 10011011 1000101 110111 0 100111 11100100 110101 101000

Color Harmonies of #30459B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30459B

Black with #30459B

Text Example


Text Example

White with #30459B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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