Html Css Color HEX #304893 Tory Blue

📋 copy color: '#304893'

red 48 ◦ green 72 ◦ blue 147

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

Shades of Tory Blue #304893

Tints of Tory Blue #304893

RGB

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

 GREEN value IS 72 (28.52% from 255) = 26.97%

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

R = 17.98%
G = 26.97%
B = 55.06%

CMYK

 C value IS 0.67

 M value IS 0.51

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#304893 (or 0x304893) is known color: Tory Blue. HEX triplet: 30, 48 and 93. RGB value is (48,72,147). Sum of RGB (Red+Green+Blue) = 48+72+147=267 (35% of max value = 765). Red value is 48 (19.14% from 255 or 17.98% from 267); Green value is 72 (28.52% from 255 or 26.97% from 267); Blue value is 147 (57.81% from 255 or 55.06% from 267); Max value from RGB is 147 - color contains mainly: blue. Hex color #304893 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #304893 is #CFB76C. Grayscale: #494949. Windows color (decimal): -13612909 or 9652272. OLE color: 9652272.

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

Color convert

RGB 48 72 147 -
CMYK 0.67 0.51 0 0.42
HSL 225.45º 0.51% 0.38% -
HSV(B) 225.45º 0.67% 0.58% -
XYZ 8.8 7.37 28.56 -
YUV 73.37 169.55 109.9 -
System Red Green Blue C M Y K H S L
Decimal 48 72 147 0.67 0.51 0 0.42 225.45 0.51 0.38
Hex 30 48 93 43 33 0 2A E1 33 26
Octal 60 110 223 103 63 0 52 341 63 46
Binary 110000 1001000 10010011 1000011 110011 0 101010 11100001 110011 100110

Color Harmonies of #304893

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #304893

Black with #304893

Text Example


Text Example

White with #304893

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #304893; }

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

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

background-color css

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

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

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

border-color css

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

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

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