Html Css Color HEX #305292 Tory Blue

📋 copy color: '#305292'

red 48 ◦ green 82 ◦ blue 146

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

Shades of Tory Blue #305292

Tints of Tory Blue #305292

RGB

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

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

 BLUE value IS 146 (57.42% from 255) = 52.9%

R = 17.39%
G = 29.71%
B = 52.9%

CMYK

 C value IS 0.67

 M value IS 0.44

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#305292 (or 0x305292) is known color: Tory Blue. HEX triplet: 30, 52 and 92. RGB value is (48,82,146). Sum of RGB (Red+Green+Blue) = 48+82+146=276 (36% of max value = 765). Red value is 48 (19.14% from 255 or 17.39% from 276); Green value is 82 (32.42% from 255 or 29.71% from 276); Blue value is 146 (57.42% from 255 or 52.90% from 276); Max value from RGB is 146 - color contains mainly: blue. Hex color #305292 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #305292 is #CFAD6D. Grayscale: #4E4E4E. Windows color (decimal): -13610350 or 9589296. OLE color: 9589296.

HSL color Cylindrical-coordinate representation of color #305292: hue angle of 219.18º degrees, saturation: 0.51, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #305292 is Cyan = 0.67, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 48 82 146 -
CMYK 0.67 0.44 0 0.43
HSL 219.18º 0.51% 0.38% -
HSV(B) 219.18º 0.67% 0.57% -
XYZ 9.42 8.74 28.38 -
YUV 79.13 165.74 105.8 -
System Red Green Blue C M Y K H S L
Decimal 48 82 146 0.67 0.44 0 0.43 219.18 0.51 0.38
Hex 30 52 92 43 2C 0 2B DB 33 26
Octal 60 122 222 103 54 0 53 333 63 46
Binary 110000 1010010 10010010 1000011 101100 0 101011 11011011 110011 100110

Color Harmonies of #305292

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #305292

Black with #305292

Text Example


Text Example

White with #305292

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #305292; }

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

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

background-color css

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

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

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

border-color css

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

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

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