Html Css Color HEX #304793 Tory Blue

📋 copy color: '#304793'

red 48 ◦ green 71 ◦ blue 147

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

Shades of Tory Blue #304793

Tints of Tory Blue #304793

RGB

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

 GREEN value IS 71 (28.13% from 255) = 26.69%

 BLUE value IS 147 (57.81% from 255) = 55.26%

R = 18.05%
G = 26.69%
B = 55.26%

CMYK

 C value IS 0.67

 M value IS 0.52

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#304793 (or 0x304793) is known color: Tory Blue. HEX triplet: 30, 47 and 93. RGB value is (48,71,147). Sum of RGB (Red+Green+Blue) = 48+71+147=266 (35% of max value = 765). Red value is 48 (19.14% from 255 or 18.05% from 266); Green value is 71 (28.12% from 255 or 26.69% from 266); Blue value is 147 (57.81% from 255 or 55.26% from 266); Max value from RGB is 147 - color contains mainly: blue. Hex color #304793 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #304793 is #CFB86C. Grayscale: #484848. Windows color (decimal): -13613165 or 9652016. OLE color: 9652016.

HSL color Cylindrical-coordinate representation of color #304793: hue angle of 226.06º degrees, saturation: 0.51, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #304793 is Cyan = 0.67, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 48 71 147 -
CMYK 0.67 0.52 0 0.42
HSL 226.06º 0.51% 0.38% -
HSV(B) 226.06º 0.67% 0.58% -
XYZ 8.74 7.24 28.54 -
YUV 72.79 169.88 110.32 -
System Red Green Blue C M Y K H S L
Decimal 48 71 147 0.67 0.52 0 0.42 226.06 0.51 0.38
Hex 30 47 93 43 34 0 2A E2 33 26
Octal 60 107 223 103 64 0 52 342 63 46
Binary 110000 1000111 10010011 1000011 110100 0 101010 11100010 110011 100110

Color Harmonies of #304793

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #304793

Black with #304793

Text Example


Text Example

White with #304793

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #304793; }

 p { color: rgb(48,71,147); }

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

background-color css

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

 a { background-color: rgb(48,71,147); }

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

border-color css

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

 span { border-color: rgb(48,71,147); }

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