Html Css Color HEX #304A9B Tory Blue

📋 copy color: '#304A9B'

red 48 ◦ green 74 ◦ blue 155

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

Shades of Tory Blue #304A9B

Tints of Tory Blue #304A9B

RGB

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

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

 BLUE value IS 155 (60.94% from 255) = 55.96%

R = 17.33%
G = 26.71%
B = 55.96%

CMYK

 C value IS 0.69

 M value IS 0.52

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#304A9B (or 0x304A9B) is known color: Tory Blue. HEX triplet: 30, 4A and 9B. RGB value is (48,74,155). Sum of RGB (Red+Green+Blue) = 48+74+155=277 (36% of max value = 765). Red value is 48 (19.14% from 255 or 17.33% from 277); Green value is 74 (29.30% from 255 or 26.71% from 277); Blue value is 155 (60.94% from 255 or 55.96% from 277); Max value from RGB is 155 - color contains mainly: blue. Hex color #304A9B is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #304A9B is #CFB564. Grayscale: #4B4B4B. Windows color (decimal): -13612389 or 10177072. OLE color: 10177072.

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

Color convert

RGB 48 74 155 -
CMYK 0.69 0.52 0 0.39
HSL 225.42º 0.53% 0.4% -
HSV(B) 225.42º 0.69% 0.61% -
XYZ 9.58 7.89 32.03 -
YUV 75.46 172.89 108.41 -
System Red Green Blue C M Y K H S L
Decimal 48 74 155 0.69 0.52 0 0.39 225.42 0.53 0.4
Hex 30 4A 9B 45 34 0 27 E1 35 28
Octal 60 112 233 105 64 0 47 341 65 50
Binary 110000 1001010 10011011 1000101 110100 0 100111 11100001 110101 101000

Color Harmonies of #304A9B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #304A9B

Black with #304A9B

Text Example


Text Example

White with #304A9B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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