Html Css Color HEX #304A90 Tory Blue

📋 copy color: '#304A90'

red 48 ◦ green 74 ◦ blue 144

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

Shades of Tory Blue #304A90

Tints of Tory Blue #304A90

RGB

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

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

 BLUE value IS 144 (56.64% from 255) = 54.14%

R = 18.05%
G = 27.82%
B = 54.14%

CMYK

 C value IS 0.67

 M value IS 0.49

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#304A90 (or 0x304A90) is known color: Tory Blue. HEX triplet: 30, 4A and 90. RGB value is (48,74,144). Sum of RGB (Red+Green+Blue) = 48+74+144=266 (35% of max value = 765). Red value is 48 (19.14% from 255 or 18.05% from 266); Green value is 74 (29.30% from 255 or 27.82% from 266); Blue value is 144 (56.64% from 255 or 54.14% from 266); Max value from RGB is 144 - color contains mainly: blue. Hex color #304A90 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #304A90 is #CFB56F. Grayscale: #494949. Windows color (decimal): -13612400 or 9456176. OLE color: 9456176.

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

Color convert

RGB 48 74 144 -
CMYK 0.67 0.49 0 0.44
HSL 223.75º 0.5% 0.38% -
HSV(B) 223.75º 0.67% 0.56% -
XYZ 8.7 7.54 27.38 -
YUV 74.21 167.39 109.31 -
System Red Green Blue C M Y K H S L
Decimal 48 74 144 0.67 0.49 0 0.44 223.75 0.5 0.38
Hex 30 4A 90 43 31 0 2C E0 32 26
Octal 60 112 220 103 61 0 54 340 62 46
Binary 110000 1001010 10010000 1000011 110001 0 101100 11100000 110010 100110

Color Harmonies of #304A90

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #304A90

Black with #304A90

Text Example


Text Example

White with #304A90

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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