Html Css Color HEX #304A8D Tory Blue

📋 copy color: '#304A8D'

red 48 ◦ green 74 ◦ blue 141

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

Shades of Tory Blue #304A8D

Tints of Tory Blue #304A8D

RGB

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

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

 BLUE value IS 141 (55.47% from 255) = 53.61%

R = 18.25%
G = 28.14%
B = 53.61%

CMYK

 C value IS 0.66

 M value IS 0.48

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#304A8D (or 0x304A8D) is known color: Tory Blue. HEX triplet: 30, 4A and 8D. RGB value is (48,74,141). Sum of RGB (Red+Green+Blue) = 48+74+141=263 (34% of max value = 765). Red value is 48 (19.14% from 255 or 18.25% from 263); Green value is 74 (29.30% from 255 or 28.14% from 263); Blue value is 141 (55.47% from 255 or 53.61% from 263); Max value from RGB is 141 - color contains mainly: blue. Hex color #304A8D is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #304A8D is #CFB572. Grayscale: #494949. Windows color (decimal): -13612403 or 9259568. OLE color: 9259568.

HSL color Cylindrical-coordinate representation of color #304A8D: hue angle of 223.23º degrees, saturation: 0.49, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #304A8D is Cyan = 0.66, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 48 74 141 -
CMYK 0.66 0.48 0 0.45
HSL 223.23º 0.49% 0.37% -
HSV(B) 223.23º 0.66% 0.55% -
XYZ 8.48 7.45 26.19 -
YUV 73.86 165.89 109.55 -
System Red Green Blue C M Y K H S L
Decimal 48 74 141 0.66 0.48 0 0.45 223.23 0.49 0.37
Hex 30 4A 8D 42 30 0 2D DF 31 25
Octal 60 112 215 102 60 0 55 337 61 45
Binary 110000 1001010 10001101 1000010 110000 0 101101 11011111 110001 100101

Color Harmonies of #304A8D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #304A8D

Black with #304A8D

Text Example


Text Example

White with #304A8D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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