Html Css Color HEX #304389 Tory Blue

📋 copy color: '#304389'

red 48 ◦ green 67 ◦ blue 137

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

Shades of Tory Blue #304389

Tints of Tory Blue #304389

RGB

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

 GREEN value IS 67 (26.56% from 255) = 26.59%

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

R = 19.05%
G = 26.59%
B = 54.37%

CMYK

 C value IS 0.65

 M value IS 0.51

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#304389 (or 0x304389) is known color: Tory Blue. HEX triplet: 30, 43 and 89. RGB value is (48,67,137). Sum of RGB (Red+Green+Blue) = 48+67+137=252 (33% of max value = 765). Red value is 48 (19.14% from 255 or 19.05% from 252); Green value is 67 (26.56% from 255 or 26.59% from 252); Blue value is 137 (53.91% from 255 or 54.37% from 252); Max value from RGB is 137 - color contains mainly: blue. Hex color #304389 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #304389 is #CFBC76. Grayscale: #454545. Windows color (decimal): -13614199 or 8995632. OLE color: 8995632.

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

Color convert

RGB 48 67 137 -
CMYK 0.65 0.51 0 0.46
HSL 227.19º 0.48% 0.36% -
HSV(B) 227.19º 0.65% 0.54% -
XYZ 7.74 6.45 24.5 -
YUV 69.3 166.21 112.81 -
System Red Green Blue C M Y K H S L
Decimal 48 67 137 0.65 0.51 0 0.46 227.19 0.48 0.36
Hex 30 43 89 41 33 0 2E E3 30 24
Octal 60 103 211 101 63 0 56 343 60 44
Binary 110000 1000011 10001001 1000001 110011 0 101110 11100011 110000 100100

Color Harmonies of #304389

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #304389

Black with #304389

Text Example


Text Example

White with #304389

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #304389; }

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

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

background-color css

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

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

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

border-color css

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

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

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