Html Css Color HEX #304094 Tory Blue

📋 copy color: '#304094'

red 48 ◦ green 64 ◦ blue 148

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

Shades of Tory Blue #304094

Tints of Tory Blue #304094

RGB

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

 GREEN value IS 64 (25.39% from 255) = 24.62%

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

R = 18.46%
G = 24.62%
B = 56.92%

CMYK

 C value IS 0.68

 M value IS 0.57

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#304094 (or 0x304094) is known color: Tory Blue. HEX triplet: 30, 40 and 94. RGB value is (48,64,148). Sum of RGB (Red+Green+Blue) = 48+64+148=260 (34% of max value = 765). Red value is 48 (19.14% from 255 or 18.46% from 260); Green value is 64 (25.39% from 255 or 24.62% from 260); Blue value is 148 (58.20% from 255 or 56.92% from 260); Max value from RGB is 148 - color contains mainly: blue. Hex color #304094 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #304094 is #CFBF6B. Grayscale: #444444. Windows color (decimal): -13614956 or 9715760. OLE color: 9715760.

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

Color convert

RGB 48 64 148 -
CMYK 0.68 0.57 0 0.42
HSL 230.4º 0.51% 0.38% -
HSV(B) 230.4º 0.68% 0.58% -
XYZ 8.4 6.43 28.82 -
YUV 68.79 172.7 113.17 -
System Red Green Blue C M Y K H S L
Decimal 48 64 148 0.68 0.57 0 0.42 230.4 0.51 0.38
Hex 30 40 94 44 39 0 2A E6 33 26
Octal 60 100 224 104 71 0 52 346 63 46
Binary 110000 1000000 10010100 1000100 111001 0 101010 11100110 110011 100110

Color Harmonies of #304094

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #304094

Black with #304094

Text Example


Text Example

White with #304094

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #304094; }

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

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

background-color css

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

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

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

border-color css

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

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

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