Html Css Color HEX #304492 Tory Blue

📋 copy color: '#304492'

red 48 ◦ green 68 ◦ blue 146

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

Shades of Tory Blue #304492

Tints of Tory Blue #304492

RGB

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

 GREEN value IS 68 (26.95% from 255) = 25.95%

 BLUE value IS 146 (57.42% from 255) = 55.73%

R = 18.32%
G = 25.95%
B = 55.73%

CMYK

 C value IS 0.67

 M value IS 0.53

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#304492 (or 0x304492) is known color: Tory Blue. HEX triplet: 30, 44 and 92. RGB value is (48,68,146). Sum of RGB (Red+Green+Blue) = 48+68+146=262 (34% of max value = 765). Red value is 48 (19.14% from 255 or 18.32% from 262); Green value is 68 (26.95% from 255 or 25.95% from 262); Blue value is 146 (57.42% from 255 or 55.73% from 262); Max value from RGB is 146 - color contains mainly: blue. Hex color #304492 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #304492 is #CFBB6D. Grayscale: #464646. Windows color (decimal): -13613934 or 9585712. OLE color: 9585712.

HSL color Cylindrical-coordinate representation of color #304492: hue angle of 227.76º degrees, saturation: 0.51, 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 #304492 is Cyan = 0.67, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 48 68 146 -
CMYK 0.67 0.53 0 0.43
HSL 227.76º 0.51% 0.38% -
HSV(B) 227.76º 0.67% 0.57% -
XYZ 8.47 6.84 28.07 -
YUV 70.91 170.37 111.66 -
System Red Green Blue C M Y K H S L
Decimal 48 68 146 0.67 0.53 0 0.43 227.76 0.51 0.38
Hex 30 44 92 43 35 0 2B E4 33 26
Octal 60 104 222 103 65 0 53 344 63 46
Binary 110000 1000100 10010010 1000011 110101 0 101011 11100100 110011 100110

Color Harmonies of #304492

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #304492

Black with #304492

Text Example


Text Example

White with #304492

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #304492; }

 p { color: rgb(48,68,146); }

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

background-color css

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

 a { background-color: rgb(48,68,146); }

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

border-color css

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

 span { border-color: rgb(48,68,146); }

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