Html Css Color HEX #304394 Tory Blue

📋 copy color: '#304394'

red 48 ◦ green 67 ◦ blue 148

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

Shades of Tory Blue #304394

Tints of Tory Blue #304394

RGB

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

 GREEN value IS 67 (26.56% from 255) = 25.48%

 BLUE value IS 148 (58.2% from 255) = 56.27%

R = 18.25%
G = 25.48%
B = 56.27%

CMYK

 C value IS 0.68

 M value IS 0.55

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#304394 (or 0x304394) is known color: Tory Blue. HEX triplet: 30, 43 and 94. RGB value is (48,67,148). Sum of RGB (Red+Green+Blue) = 48+67+148=263 (34% of max value = 765). Red value is 48 (19.14% from 255 or 18.25% from 263); Green value is 67 (26.56% from 255 or 25.48% from 263); Blue value is 148 (58.20% from 255 or 56.27% from 263); Max value from RGB is 148 - color contains mainly: blue. Hex color #304394 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #304394 is #CFBC6B. Grayscale: #464646. Windows color (decimal): -13614188 or 9716528. OLE color: 9716528.

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

Color convert

RGB 48 67 148 -
CMYK 0.68 0.55 0 0.42
HSL 228.6º 0.51% 0.38% -
HSV(B) 228.6º 0.68% 0.58% -
XYZ 8.57 6.78 28.87 -
YUV 70.55 171.71 111.91 -
System Red Green Blue C M Y K H S L
Decimal 48 67 148 0.68 0.55 0 0.42 228.6 0.51 0.38
Hex 30 43 94 44 37 0 2A E5 33 26
Octal 60 103 224 104 67 0 52 345 63 46
Binary 110000 1000011 10010100 1000100 110111 0 101010 11100101 110011 100110

Color Harmonies of #304394

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #304394

Black with #304394

Text Example


Text Example

White with #304394

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #304394; }

 p { color: rgb(48,67,148); }

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

background-color css

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

 a { background-color: rgb(48,67,148); }

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

border-color css

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

 span { border-color: rgb(48,67,148); }

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