Html Css Color HEX #304289 Tory Blue

📋 copy color: '#304289'

red 48 ◦ green 66 ◦ blue 137

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

Shades of Tory Blue #304289

Tints of Tory Blue #304289

RGB

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

 GREEN value IS 66 (26.17% from 255) = 26.29%

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

R = 19.12%
G = 26.29%
B = 54.58%

CMYK

 C value IS 0.65

 M value IS 0.52

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#304289 (or 0x304289) is known color: Tory Blue. HEX triplet: 30, 42 and 89. RGB value is (48,66,137). Sum of RGB (Red+Green+Blue) = 48+66+137=251 (33% of max value = 765). Red value is 48 (19.14% from 255 or 19.12% from 251); Green value is 66 (26.17% from 255 or 26.29% from 251); Blue value is 137 (53.91% from 255 or 54.58% from 251); Max value from RGB is 137 - color contains mainly: blue. Hex color #304289 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #304289 is #CFBD76. Grayscale: #444444. Windows color (decimal): -13614455 or 8995376. OLE color: 8995376.

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

Color convert

RGB 48 66 137 -
CMYK 0.65 0.52 0 0.46
HSL 227.87º 0.48% 0.36% -
HSV(B) 227.87º 0.65% 0.54% -
XYZ 7.68 6.33 24.48 -
YUV 68.71 166.54 113.23 -
System Red Green Blue C M Y K H S L
Decimal 48 66 137 0.65 0.52 0 0.46 227.87 0.48 0.36
Hex 30 42 89 41 34 0 2E E4 30 24
Octal 60 102 211 101 64 0 56 344 60 44
Binary 110000 1000010 10001001 1000001 110100 0 101110 11100100 110000 100100

Color Harmonies of #304289

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #304289

Black with #304289

Text Example


Text Example

White with #304289

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #304289; }

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

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

background-color css

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

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

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

border-color css

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

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

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