Html Css Color HEX #30469C Tory Blue

📋 copy color: '#30469C'

red 48 ◦ green 70 ◦ blue 156

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

Shades of Tory Blue #30469C

Tints of Tory Blue #30469C

RGB

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

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

 BLUE value IS 156 (61.33% from 255) = 56.93%

R = 17.52%
G = 25.55%
B = 56.93%

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

#30469C (or 0x30469C) is known color: Tory Blue. HEX triplet: 30, 46 and 9C. RGB value is (48,70,156). Sum of RGB (Red+Green+Blue) = 48+70+156=274 (36% of max value = 765). Red value is 48 (19.14% from 255 or 17.52% from 274); Green value is 70 (27.73% from 255 or 25.55% from 274); Blue value is 156 (61.33% from 255 or 56.93% from 274); Max value from RGB is 156 - color contains mainly: blue. Hex color #30469C is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #30469C is #CFB963. Grayscale: #484848. Windows color (decimal): -13613412 or 10241584. OLE color: 10241584.

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

Color convert

RGB 48 70 156 -
CMYK 0.69 0.55 0 0.39
HSL 227.78º 0.53% 0.4% -
HSV(B) 227.78º 0.69% 0.61% -
XYZ 9.41 7.41 32.39 -
YUV 73.23 174.71 110.01 -
System Red Green Blue C M Y K H S L
Decimal 48 70 156 0.69 0.55 0 0.39 227.78 0.53 0.4
Hex 30 46 9C 45 37 0 27 E4 35 28
Octal 60 106 234 105 67 0 47 344 65 50
Binary 110000 1000110 10011100 1000101 110111 0 100111 11100100 110101 101000

Color Harmonies of #30469C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30469C

Black with #30469C

Text Example


Text Example

White with #30469C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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