Html Css Color HEX #304B91 Tory Blue

📋 copy color: '#304B91'

red 48 ◦ green 75 ◦ blue 145

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

Shades of Tory Blue #304B91

Tints of Tory Blue #304B91

RGB

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

 GREEN value IS 75 (29.69% from 255) = 27.99%

 BLUE value IS 145 (57.03% from 255) = 54.1%

R = 17.91%
G = 27.99%
B = 54.1%

CMYK

 C value IS 0.67

 M value IS 0.48

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#304B91 (or 0x304B91) is known color: Tory Blue. HEX triplet: 30, 4B and 91. RGB value is (48,75,145). Sum of RGB (Red+Green+Blue) = 48+75+145=268 (35% of max value = 765). Red value is 48 (19.14% from 255 or 17.91% from 268); Green value is 75 (29.69% from 255 or 27.99% from 268); Blue value is 145 (57.03% from 255 or 54.10% from 268); Max value from RGB is 145 - color contains mainly: blue. Hex color #304B91 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #304B91 is #CFB46E. Grayscale: #4A4A4A. Windows color (decimal): -13612143 or 9521968. OLE color: 9521968.

HSL color Cylindrical-coordinate representation of color #304B91: hue angle of 223.3º degrees, saturation: 0.5, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #304B91 is Cyan = 0.67, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 48 75 145 -
CMYK 0.67 0.48 0 0.43
HSL 223.3º 0.5% 0.38% -
HSV(B) 223.3º 0.67% 0.57% -
XYZ 8.85 7.7 27.81 -
YUV 74.91 167.55 108.81 -
System Red Green Blue C M Y K H S L
Decimal 48 75 145 0.67 0.48 0 0.43 223.3 0.5 0.38
Hex 30 4B 91 43 30 0 2B DF 32 26
Octal 60 113 221 103 60 0 53 337 62 46
Binary 110000 1001011 10010001 1000011 110000 0 101011 11011111 110010 100110

Color Harmonies of #304B91

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #304B91

Black with #304B91

Text Example


Text Example

White with #304B91

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(48,75,145); }

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

background-color css

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

 a { background-color: rgb(48,75,145); }

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

border-color css

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

 span { border-color: rgb(48,75,145); }

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