Html Css Color HEX #304585 Tory Blue

📋 copy color: '#304585'

red 48 ◦ green 69 ◦ blue 133

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

Shades of Tory Blue #304585

Tints of Tory Blue #304585

RGB

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

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

 BLUE value IS 133 (52.34% from 255) = 53.2%

R = 19.2%
G = 27.6%
B = 53.2%

CMYK

 C value IS 0.64

 M value IS 0.48

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#304585 (or 0x304585) is known color: Tory Blue. HEX triplet: 30, 45 and 85. RGB value is (48,69,133). Sum of RGB (Red+Green+Blue) = 48+69+133=250 (33% of max value = 765). Red value is 48 (19.14% from 255 or 19.2% from 250); Green value is 69 (27.34% from 255 or 27.6% from 250); Blue value is 133 (52.34% from 255 or 53.2% from 250); Max value from RGB is 133 - color contains mainly: blue. Hex color #304585 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #304585 is #CFBA7A. Grayscale: #454545. Windows color (decimal): -13613691 or 8734000. OLE color: 8734000.

HSL color Cylindrical-coordinate representation of color #304585: hue angle of 225.18º degrees, saturation: 0.47, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #304585 is Cyan = 0.64, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB 48 69 133 -
CMYK 0.64 0.48 0 0.48
HSL 225.18º 0.47% 0.35% -
HSV(B) 225.18º 0.64% 0.52% -
XYZ 7.58 6.58 23.06 -
YUV 70.02 163.54 112.3 -
System Red Green Blue C M Y K H S L
Decimal 48 69 133 0.64 0.48 0 0.48 225.18 0.47 0.35
Hex 30 45 85 40 30 0 30 E1 2F 23
Octal 60 105 205 100 60 0 60 341 57 43
Binary 110000 1000101 10000101 1000000 110000 0 110000 11100001 101111 100011

Color Harmonies of #304585

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #304585

Black with #304585

Text Example


Text Example

White with #304585

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #304585; }

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

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

background-color css

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

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

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

border-color css

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

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

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