Html Css Color HEX #304486 Tory Blue

📋 copy color: '#304486'

red 48 ◦ green 68 ◦ blue 134

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

Shades of Tory Blue #304486

Tints of Tory Blue #304486

RGB

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

 GREEN value IS 68 (26.95% from 255) = 27.2%

 BLUE value IS 134 (52.73% from 255) = 53.6%

R = 19.2%
G = 27.2%
B = 53.6%

CMYK

 C value IS 0.64

 M value IS 0.49

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#304486 (or 0x304486) is known color: Tory Blue. HEX triplet: 30, 44 and 86. RGB value is (48,68,134). Sum of RGB (Red+Green+Blue) = 48+68+134=250 (33% of max value = 765). Red value is 48 (19.14% from 255 or 19.2% from 250); Green value is 68 (26.95% from 255 or 27.2% from 250); Blue value is 134 (52.73% from 255 or 53.6% from 250); Max value from RGB is 134 - color contains mainly: blue. Hex color #304486 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #304486 is #CFBB79. Grayscale: #454545. Windows color (decimal): -13613946 or 8799280. OLE color: 8799280.

HSL color Cylindrical-coordinate representation of color #304486: hue angle of 226.05º degrees, saturation: 0.47, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #304486 is Cyan = 0.64, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 48 68 134 -
CMYK 0.64 0.49 0 0.47
HSL 226.05º 0.47% 0.36% -
HSV(B) 226.05º 0.64% 0.53% -
XYZ 7.59 6.48 23.41 -
YUV 69.54 164.37 112.63 -
System Red Green Blue C M Y K H S L
Decimal 48 68 134 0.64 0.49 0 0.47 226.05 0.47 0.36
Hex 30 44 86 40 31 0 2F E2 2F 24
Octal 60 104 206 100 61 0 57 342 57 44
Binary 110000 1000100 10000110 1000000 110001 0 101111 11100010 101111 100100

Color Harmonies of #304486

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #304486

Black with #304486

Text Example


Text Example

White with #304486

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #304486; }

 p { color: rgb(48,68,134); }

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

background-color css

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

 a { background-color: rgb(48,68,134); }

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

border-color css

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

 span { border-color: rgb(48,68,134); }

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