Html Css Color HEX #304689 Tory Blue

📋 copy color: '#304689'

red 48 ◦ green 70 ◦ blue 137

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

Shades of Tory Blue #304689

Tints of Tory Blue #304689

RGB

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

 GREEN value IS 70 (27.73% from 255) = 27.45%

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

R = 18.82%
G = 27.45%
B = 53.73%

CMYK

 C value IS 0.65

 M value IS 0.49

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#304689 (or 0x304689) is known color: Tory Blue. HEX triplet: 30, 46 and 89. RGB value is (48,70,137). Sum of RGB (Red+Green+Blue) = 48+70+137=255 (33% of max value = 765). Red value is 48 (19.14% from 255 or 18.82% from 255); Green value is 70 (27.73% from 255 or 27.45% from 255); Blue value is 137 (53.91% from 255 or 53.73% from 255); Max value from RGB is 137 - color contains mainly: blue. Hex color #304689 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #304689 is #CFB976. Grayscale: #464646. Windows color (decimal): -13613431 or 8996400. OLE color: 8996400.

HSL color Cylindrical-coordinate representation of color #304689: hue angle of 225.17º 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 #304689 is Cyan = 0.65, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB 48 70 137 -
CMYK 0.65 0.49 0 0.46
HSL 225.17º 0.48% 0.36% -
HSV(B) 225.17º 0.65% 0.54% -
XYZ 7.92 6.81 24.56 -
YUV 71.06 165.21 111.55 -
System Red Green Blue C M Y K H S L
Decimal 48 70 137 0.65 0.49 0 0.46 225.17 0.48 0.36
Hex 30 46 89 41 31 0 2E E1 30 24
Octal 60 106 211 101 61 0 56 341 60 44
Binary 110000 1000110 10001001 1000001 110001 0 101110 11100001 110000 100100

Color Harmonies of #304689

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #304689

Black with #304689

Text Example


Text Example

White with #304689

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #304689; }

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

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

background-color css

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

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

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

border-color css

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

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

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