Html Css Color HEX #304D9C Tory Blue

📋 copy color: '#304D9C'

red 48 ◦ green 77 ◦ blue 156

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

Shades of Tory Blue #304D9C

Tints of Tory Blue #304D9C

RGB

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

 GREEN value IS 77 (30.47% from 255) = 27.4%

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

R = 17.08%
G = 27.4%
B = 55.52%

CMYK

 C value IS 0.69

 M value IS 0.51

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#304D9C (or 0x304D9C) is known color: Tory Blue. HEX triplet: 30, 4D and 9C. RGB value is (48,77,156). Sum of RGB (Red+Green+Blue) = 48+77+156=281 (37% of max value = 765). Red value is 48 (19.14% from 255 or 17.08% from 281); Green value is 77 (30.47% from 255 or 27.40% from 281); Blue value is 156 (61.33% from 255 or 55.52% from 281); Max value from RGB is 156 - color contains mainly: blue. Hex color #304D9C is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #304D9C is #CFB263. Grayscale: #4C4C4C. Windows color (decimal): -13611620 or 10243376. OLE color: 10243376.

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

Color convert

RGB 48 77 156 -
CMYK 0.69 0.51 0 0.39
HSL 223.89º 0.53% 0.4% -
HSV(B) 223.89º 0.69% 0.61% -
XYZ 9.87 8.34 32.54 -
YUV 77.34 172.39 107.08 -
System Red Green Blue C M Y K H S L
Decimal 48 77 156 0.69 0.51 0 0.39 223.89 0.53 0.4
Hex 30 4D 9C 45 33 0 27 E0 35 28
Octal 60 115 234 105 63 0 47 340 65 50
Binary 110000 1001101 10011100 1000101 110011 0 100111 11100000 110101 101000

Color Harmonies of #304D9C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #304D9C

Black with #304D9C

Text Example


Text Example

White with #304D9C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #304D9C; }

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

 H1.HeaderClassName
 {
   color: #304D9C;
 }
 .AnyTagClassName
 {
   color: #304D9C;
 }
</style>

background-color css

<style>
 a { background-color: #304D9C; }

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

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

border-color css

<style>
 span { border-color: #304D9C; }

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

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