Html Css Color HEX #304A9D Tory Blue

📋 copy color: '#304A9D'

red 48 ◦ green 74 ◦ blue 157

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

Shades of Tory Blue #304A9D

Tints of Tory Blue #304A9D

RGB

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

 GREEN value IS 74 (29.3% from 255) = 26.52%

 BLUE value IS 157 (61.72% from 255) = 56.27%

R = 17.2%
G = 26.52%
B = 56.27%

CMYK

 C value IS 0.69

 M value IS 0.53

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#304A9D (or 0x304A9D) is known color: Tory Blue. HEX triplet: 30, 4A and 9D. RGB value is (48,74,157). Sum of RGB (Red+Green+Blue) = 48+74+157=279 (36% of max value = 765). Red value is 48 (19.14% from 255 or 17.20% from 279); Green value is 74 (29.30% from 255 or 26.52% from 279); Blue value is 157 (61.72% from 255 or 56.27% from 279); Max value from RGB is 157 - color contains mainly: blue. Hex color #304A9D is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #304A9D is #CFB562. Grayscale: #4B4B4B. Windows color (decimal): -13612387 or 10308144. OLE color: 10308144.

HSL color Cylindrical-coordinate representation of color #304A9D: hue angle of 225.69º degrees, saturation: 0.53, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #304A9D is Cyan = 0.69, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 48 74 157 -
CMYK 0.69 0.53 0 0.38
HSL 225.69º 0.53% 0.4% -
HSV(B) 225.69º 0.69% 0.62% -
XYZ 9.75 7.96 32.92 -
YUV 75.69 173.89 108.25 -
System Red Green Blue C M Y K H S L
Decimal 48 74 157 0.69 0.53 0 0.38 225.69 0.53 0.4
Hex 30 4A 9D 45 35 0 26 E2 35 28
Octal 60 112 235 105 65 0 46 342 65 50
Binary 110000 1001010 10011101 1000101 110101 0 100110 11100010 110101 101000

Color Harmonies of #304A9D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #304A9D

Black with #304A9D

Text Example


Text Example

White with #304A9D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(48,74,157); }

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

background-color css

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

 a { background-color: rgb(48,74,157); }

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

border-color css

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

 span { border-color: rgb(48,74,157); }

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