Html Css Color HEX #30469B Tory Blue

📋 copy color: '#30469B'

red 48 ◦ green 70 ◦ blue 155

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

Shades of Tory Blue #30469B

Tints of Tory Blue #30469B

RGB

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

 GREEN value IS 70 (27.73% from 255) = 25.64%

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

R = 17.58%
G = 25.64%
B = 56.78%

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

#30469B (or 0x30469B) is known color: Tory Blue. HEX triplet: 30, 46 and 9B. RGB value is (48,70,155). Sum of RGB (Red+Green+Blue) = 48+70+155=273 (36% of max value = 765). Red value is 48 (19.14% from 255 or 17.58% from 273); Green value is 70 (27.73% from 255 or 25.64% from 273); Blue value is 155 (60.94% from 255 or 56.78% from 273); Max value from RGB is 155 - color contains mainly: blue. Hex color #30469B is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #30469B is #CFB964. Grayscale: #484848. Windows color (decimal): -13613413 or 10176048. OLE color: 10176048.

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

Color convert

RGB 48 70 155 -
CMYK 0.69 0.55 0 0.39
HSL 227.66º 0.53% 0.4% -
HSV(B) 227.66º 0.69% 0.61% -
XYZ 9.33 7.38 31.94 -
YUV 73.11 174.21 110.09 -
System Red Green Blue C M Y K H S L
Decimal 48 70 155 0.69 0.55 0 0.39 227.66 0.53 0.4
Hex 30 46 9B 45 37 0 27 E4 35 28
Octal 60 106 233 105 67 0 47 344 65 50
Binary 110000 1000110 10011011 1000101 110111 0 100111 11100100 110101 101000

Color Harmonies of #30469B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30469B

Black with #30469B

Text Example


Text Example

White with #30469B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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