Html Css Color HEX #304DA3 Tory Blue

📋 copy color: '#304DA3'

red 48 ◦ green 77 ◦ blue 163

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

Shades of Tory Blue #304DA3

Tints of Tory Blue #304DA3

RGB

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

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

 BLUE value IS 163 (64.06% from 255) = 56.6%

R = 16.67%
G = 26.74%
B = 56.6%

CMYK

 C value IS 0.71

 M value IS 0.53

 Y value IS 0

 K value IS 0.36

RGB Variations

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

Color information

#304DA3 (or 0x304DA3) is known color: Tory Blue. HEX triplet: 30, 4D and A3. RGB value is (48,77,163). Sum of RGB (Red+Green+Blue) = 48+77+163=288 (38% of max value = 765). Red value is 48 (19.14% from 255 or 16.67% from 288); Green value is 77 (30.47% from 255 or 26.74% from 288); Blue value is 163 (64.06% from 255 or 56.60% from 288); Max value from RGB is 163 - color contains mainly: blue. Hex color #304DA3 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #304DA3 is #CFB25C. Grayscale: #4D4D4D. Windows color (decimal): -13611613 or 10702128. OLE color: 10702128.

HSL color Cylindrical-coordinate representation of color #304DA3: hue angle of 224.87º degrees, saturation: 0.55, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #304DA3 is Cyan = 0.71, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB 48 77 163 -
CMYK 0.71 0.53 0 0.36
HSL 224.87º 0.55% 0.41% -
HSV(B) 224.87º 0.71% 0.64% -
XYZ 10.48 8.58 35.75 -
YUV 78.13 175.89 106.51 -
System Red Green Blue C M Y K H S L
Decimal 48 77 163 0.71 0.53 0 0.36 224.87 0.55 0.41
Hex 30 4D A3 47 35 0 24 E1 37 29
Octal 60 115 243 107 65 0 44 341 67 51
Binary 110000 1001101 10100011 1000111 110101 0 100100 11100001 110111 101001

Color Harmonies of #304DA3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #304DA3

Black with #304DA3

Text Example


Text Example

White with #304DA3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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