Html Css Color HEX #304589 Tory Blue

📋 copy color: '#304589'

red 48 ◦ green 69 ◦ blue 137

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

Shades of Tory Blue #304589

Tints of Tory Blue #304589

RGB

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

 GREEN value IS 69 (27.34% from 255) = 27.17%

 BLUE value IS 137 (53.91% from 255) = 53.94%

R = 18.9%
G = 27.17%
B = 53.94%

CMYK

 C value IS 0.65

 M value IS 0.50

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#304589 (or 0x304589) is known color: Tory Blue. HEX triplet: 30, 45 and 89. RGB value is (48,69,137). Sum of RGB (Red+Green+Blue) = 48+69+137=254 (33% of max value = 765). Red value is 48 (19.14% from 255 or 18.90% from 254); Green value is 69 (27.34% from 255 or 27.17% from 254); Blue value is 137 (53.91% from 255 or 53.94% from 254); Max value from RGB is 137 - color contains mainly: blue. Hex color #304589 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #304589 is #CFBA76. Grayscale: #464646. Windows color (decimal): -13613687 or 8996144. OLE color: 8996144.

HSL color Cylindrical-coordinate representation of color #304589: hue angle of 225.84º degrees, saturation: 0.48, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #304589 is Cyan = 0.65, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB 48 69 137 -
CMYK 0.65 0.50 0 0.46
HSL 225.84º 0.48% 0.36% -
HSV(B) 225.84º 0.65% 0.54% -
XYZ 7.86 6.69 24.54 -
YUV 70.47 165.54 111.97 -
System Red Green Blue C M Y K H S L
Decimal 48 69 137 0.65 0.50 0 0.46 225.84 0.48 0.36
Hex 30 45 89 41 32 0 2E E2 30 24
Octal 60 105 211 101 62 0 56 342 60 44
Binary 110000 1000101 10001001 1000001 110010 0 101110 11100010 110000 100100

Color Harmonies of #304589

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #304589

Black with #304589

Text Example


Text Example

White with #304589

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #304589; }

 p { color: rgb(48,69,137); }

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

background-color css

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

 a { background-color: rgb(48,69,137); }

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

border-color css

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

 span { border-color: rgb(48,69,137); }

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