Html Css Color HEX #305294 Tory Blue

📋 copy color: '#305294'

red 48 ◦ green 82 ◦ blue 148

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

Shades of Tory Blue #305294

Tints of Tory Blue #305294

RGB

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

 GREEN value IS 82 (32.42% from 255) = 29.5%

 BLUE value IS 148 (58.2% from 255) = 53.24%

R = 17.27%
G = 29.5%
B = 53.24%

CMYK

 C value IS 0.68

 M value IS 0.45

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#305294 (or 0x305294) is known color: Tory Blue. HEX triplet: 30, 52 and 94. RGB value is (48,82,148). Sum of RGB (Red+Green+Blue) = 48+82+148=278 (36% of max value = 765). Red value is 48 (19.14% from 255 or 17.27% from 278); Green value is 82 (32.42% from 255 or 29.50% from 278); Blue value is 148 (58.20% from 255 or 53.24% from 278); Max value from RGB is 148 - color contains mainly: blue. Hex color #305294 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #305294 is #CFAD6B. Grayscale: #4F4F4F. Windows color (decimal): -13610348 or 9720368. OLE color: 9720368.

HSL color Cylindrical-coordinate representation of color #305294: hue angle of 219.6º degrees, saturation: 0.51, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #305294 is Cyan = 0.68, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 48 82 148 -
CMYK 0.68 0.45 0 0.42
HSL 219.6º 0.51% 0.38% -
HSV(B) 219.6º 0.68% 0.58% -
XYZ 9.58 8.8 29.21 -
YUV 79.36 166.74 105.63 -
System Red Green Blue C M Y K H S L
Decimal 48 82 148 0.68 0.45 0 0.42 219.6 0.51 0.38
Hex 30 52 94 44 2D 0 2A DC 33 26
Octal 60 122 224 104 55 0 52 334 63 46
Binary 110000 1010010 10010100 1000100 101101 0 101010 11011100 110011 100110

Color Harmonies of #305294

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #305294

Black with #305294

Text Example


Text Example

White with #305294

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #305294; }

 p { color: rgb(48,82,148); }

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

background-color css

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

 a { background-color: rgb(48,82,148); }

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

border-color css

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

 span { border-color: rgb(48,82,148); }

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