Html Css Color HEX #304785 Tory Blue

📋 copy color: '#304785'

red 48 ◦ green 71 ◦ blue 133

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

Shades of Tory Blue #304785

Tints of Tory Blue #304785

RGB

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

 GREEN value IS 71 (28.13% from 255) = 28.17%

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

R = 19.05%
G = 28.17%
B = 52.78%

CMYK

 C value IS 0.64

 M value IS 0.47

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#304785 (or 0x304785) is known color: Tory Blue. HEX triplet: 30, 47 and 85. RGB value is (48,71,133). Sum of RGB (Red+Green+Blue) = 48+71+133=252 (33% of max value = 765). Red value is 48 (19.14% from 255 or 19.05% from 252); Green value is 71 (28.12% from 255 or 28.17% from 252); Blue value is 133 (52.34% from 255 or 52.78% from 252); Max value from RGB is 133 - color contains mainly: blue. Hex color #304785 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #304785 is #CFB87A. Grayscale: #464646. Windows color (decimal): -13613179 or 8734512. OLE color: 8734512.

HSL color Cylindrical-coordinate representation of color #304785: hue angle of 223.76º 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 #304785 is Cyan = 0.64, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB 48 71 133 -
CMYK 0.64 0.47 0 0.48
HSL 223.76º 0.47% 0.35% -
HSV(B) 223.76º 0.64% 0.52% -
XYZ 7.71 6.83 23.1 -
YUV 71.19 162.88 111.46 -
System Red Green Blue C M Y K H S L
Decimal 48 71 133 0.64 0.47 0 0.48 223.76 0.47 0.35
Hex 30 47 85 40 2F 0 30 E0 2F 23
Octal 60 107 205 100 57 0 60 340 57 43
Binary 110000 1000111 10000101 1000000 101111 0 110000 11100000 101111 100011

Color Harmonies of #304785

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #304785

Black with #304785

Text Example


Text Example

White with #304785

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #304785; }

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

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

background-color css

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

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

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

border-color css

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

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

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