Html Css Color HEX #304E92 Tory Blue

📋 copy color: '#304E92'

red 48 ◦ green 78 ◦ blue 146

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

Shades of Tory Blue #304E92

Tints of Tory Blue #304E92

RGB

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

 GREEN value IS 78 (30.86% from 255) = 28.68%

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

R = 17.65%
G = 28.68%
B = 53.68%

CMYK

 C value IS 0.67

 M value IS 0.47

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#304E92 (or 0x304E92) is known color: Tory Blue. HEX triplet: 30, 4E and 92. RGB value is (48,78,146). Sum of RGB (Red+Green+Blue) = 48+78+146=272 (36% of max value = 765). Red value is 48 (19.14% from 255 or 17.65% from 272); Green value is 78 (30.86% from 255 or 28.68% from 272); Blue value is 146 (57.42% from 255 or 53.68% from 272); Max value from RGB is 146 - color contains mainly: blue. Hex color #304E92 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #304E92 is #CFB16D. Grayscale: #4C4C4C. Windows color (decimal): -13611374 or 9588272. OLE color: 9588272.

HSL color Cylindrical-coordinate representation of color #304E92: hue angle of 221.63º 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 #304E92 is Cyan = 0.67, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 48 78 146 -
CMYK 0.67 0.47 0 0.43
HSL 221.63º 0.51% 0.38% -
HSV(B) 221.63º 0.67% 0.57% -
XYZ 9.13 8.15 28.29 -
YUV 76.78 167.06 107.47 -
System Red Green Blue C M Y K H S L
Decimal 48 78 146 0.67 0.47 0 0.43 221.63 0.51 0.38
Hex 30 4E 92 43 2F 0 2B DE 33 26
Octal 60 116 222 103 57 0 53 336 63 46
Binary 110000 1001110 10010010 1000011 101111 0 101011 11011110 110011 100110

Color Harmonies of #304E92

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #304E92

Black with #304E92

Text Example


Text Example

White with #304E92

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #304E92; }

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

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

background-color css

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

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

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

border-color css

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

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

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