Html Css Color HEX #304285 Tory Blue

📋 copy color: '#304285'

red 48 ◦ green 66 ◦ blue 133

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

Shades of Tory Blue #304285

Tints of Tory Blue #304285

RGB

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

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

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

R = 19.43%
G = 26.72%
B = 53.85%

CMYK

 C value IS 0.64

 M value IS 0.50

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#304285 (or 0x304285) is known color: Tory Blue. HEX triplet: 30, 42 and 85. RGB value is (48,66,133). Sum of RGB (Red+Green+Blue) = 48+66+133=247 (32% of max value = 765). Red value is 48 (19.14% from 255 or 19.43% from 247); Green value is 66 (26.17% from 255 or 26.72% from 247); Blue value is 133 (52.34% from 255 or 53.85% from 247); Max value from RGB is 133 - color contains mainly: blue. Hex color #304285 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #304285 is #CFBD7A. Grayscale: #434343. Windows color (decimal): -13614459 or 8733232. OLE color: 8733232.

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

Color convert

RGB 48 66 133 -
CMYK 0.64 0.50 0 0.48
HSL 227.29º 0.47% 0.35% -
HSV(B) 227.29º 0.64% 0.52% -
XYZ 7.4 6.22 23 -
YUV 68.26 164.54 113.55 -
System Red Green Blue C M Y K H S L
Decimal 48 66 133 0.64 0.50 0 0.48 227.29 0.47 0.35
Hex 30 42 85 40 32 0 30 E3 2F 23
Octal 60 102 205 100 62 0 60 343 57 43
Binary 110000 1000010 10000101 1000000 110010 0 110000 11100011 101111 100011

Color Harmonies of #304285

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #304285

Black with #304285

Text Example


Text Example

White with #304285

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #304285; }

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

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

background-color css

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

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

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

border-color css

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

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

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