Html Css Color HEX #304690 Tory Blue

📋 copy color: '#304690'

red 48 ◦ green 70 ◦ blue 144

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

Shades of Tory Blue #304690

Tints of Tory Blue #304690

RGB

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

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

 BLUE value IS 144 (56.64% from 255) = 54.96%

R = 18.32%
G = 26.72%
B = 54.96%

CMYK

 C value IS 0.67

 M value IS 0.51

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#304690 (or 0x304690) is known color: Tory Blue. HEX triplet: 30, 46 and 90. RGB value is (48,70,144). Sum of RGB (Red+Green+Blue) = 48+70+144=262 (34% of max value = 765). Red value is 48 (19.14% from 255 or 18.32% from 262); Green value is 70 (27.73% from 255 or 26.72% from 262); Blue value is 144 (56.64% from 255 or 54.96% from 262); Max value from RGB is 144 - color contains mainly: blue. Hex color #304690 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #304690 is #CFB96F. Grayscale: #474747. Windows color (decimal): -13613424 or 9455152. OLE color: 9455152.

HSL color Cylindrical-coordinate representation of color #304690: hue angle of 226.25º degrees, saturation: 0.5, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #304690 is Cyan = 0.67, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 48 70 144 -
CMYK 0.67 0.51 0 0.44
HSL 226.25º 0.5% 0.38% -
HSV(B) 226.25º 0.67% 0.56% -
XYZ 8.44 7.02 27.3 -
YUV 71.86 168.71 110.98 -
System Red Green Blue C M Y K H S L
Decimal 48 70 144 0.67 0.51 0 0.44 226.25 0.5 0.38
Hex 30 46 90 43 33 0 2C E2 32 26
Octal 60 106 220 103 63 0 54 342 62 46
Binary 110000 1000110 10010000 1000011 110011 0 101100 11100010 110010 100110

Color Harmonies of #304690

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #304690

Black with #304690

Text Example


Text Example

White with #304690

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #304690; }

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

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

background-color css

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

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

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

border-color css

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

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

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