Html Css Color HEX #304985 Tory Blue

📋 copy color: '#304985'

red 48 ◦ green 73 ◦ blue 133

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

Shades of Tory Blue #304985

Tints of Tory Blue #304985

RGB

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

 GREEN value IS 73 (28.91% from 255) = 28.74%

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

R = 18.9%
G = 28.74%
B = 52.36%

CMYK

 C value IS 0.64

 M value IS 0.45

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#304985 (or 0x304985) is known color: Tory Blue. HEX triplet: 30, 49 and 85. RGB value is (48,73,133). Sum of RGB (Red+Green+Blue) = 48+73+133=254 (33% of max value = 765). Red value is 48 (19.14% from 255 or 18.90% from 254); Green value is 73 (28.91% from 255 or 28.74% from 254); Blue value is 133 (52.34% from 255 or 52.36% from 254); Max value from RGB is 133 - color contains mainly: blue. Hex color #304985 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #304985 is #CFB67A. Grayscale: #484848. Windows color (decimal): -13612667 or 8735024. OLE color: 8735024.

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

Color convert

RGB 48 73 133 -
CMYK 0.64 0.45 0 0.48
HSL 222.35º 0.47% 0.35% -
HSV(B) 222.35º 0.64% 0.52% -
XYZ 7.84 7.09 23.15 -
YUV 72.37 162.22 110.62 -
System Red Green Blue C M Y K H S L
Decimal 48 73 133 0.64 0.45 0 0.48 222.35 0.47 0.35
Hex 30 49 85 40 2D 0 30 DE 2F 23
Octal 60 111 205 100 55 0 60 336 57 43
Binary 110000 1001001 10000101 1000000 101101 0 110000 11011110 101111 100011

Color Harmonies of #304985

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #304985

Black with #304985

Text Example


Text Example

White with #304985

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #304985; }

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

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

background-color css

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

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

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

border-color css

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

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

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