Html Css Color HEX #305392 Tory Blue

📋 copy color: '#305392'

red 48 ◦ green 83 ◦ blue 146

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

Shades of Tory Blue #305392

Tints of Tory Blue #305392

RGB

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

 GREEN value IS 83 (32.81% from 255) = 29.96%

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

R = 17.33%
G = 29.96%
B = 52.71%

CMYK

 C value IS 0.67

 M value IS 0.43

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#305392 (or 0x305392) is known color: Tory Blue. HEX triplet: 30, 53 and 92. RGB value is (48,83,146). Sum of RGB (Red+Green+Blue) = 48+83+146=277 (36% of max value = 765). Red value is 48 (19.14% from 255 or 17.33% from 277); Green value is 83 (32.81% from 255 or 29.96% from 277); Blue value is 146 (57.42% from 255 or 52.71% from 277); Max value from RGB is 146 - color contains mainly: blue. Hex color #305392 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #305392 is #CFAC6D. Grayscale: #4F4F4F. Windows color (decimal): -13610094 or 9589552. OLE color: 9589552.

HSL color Cylindrical-coordinate representation of color #305392: hue angle of 218.57º 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 #305392 is Cyan = 0.67, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 48 83 146 -
CMYK 0.67 0.43 0 0.43
HSL 218.57º 0.51% 0.38% -
HSV(B) 218.57º 0.67% 0.57% -
XYZ 9.5 8.89 28.41 -
YUV 79.72 165.4 105.38 -
System Red Green Blue C M Y K H S L
Decimal 48 83 146 0.67 0.43 0 0.43 218.57 0.51 0.38
Hex 30 53 92 43 2B 0 2B DB 33 26
Octal 60 123 222 103 53 0 53 333 63 46
Binary 110000 1010011 10010010 1000011 101011 0 101011 11011011 110011 100110

Color Harmonies of #305392

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #305392

Black with #305392

Text Example


Text Example

White with #305392

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #305392; }

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

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

background-color css

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

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

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

border-color css

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

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

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