Html Css Color HEX #305093 Tory Blue

📋 copy color: '#305093'

red 48 ◦ green 80 ◦ blue 147

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

Shades of Tory Blue #305093

Tints of Tory Blue #305093

RGB

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

 GREEN value IS 80 (31.64% from 255) = 29.09%

 BLUE value IS 147 (57.81% from 255) = 53.45%

R = 17.45%
G = 29.09%
B = 53.45%

CMYK

 C value IS 0.67

 M value IS 0.46

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#305093 (or 0x305093) is known color: Tory Blue. HEX triplet: 30, 50 and 93. RGB value is (48,80,147). Sum of RGB (Red+Green+Blue) = 48+80+147=275 (36% of max value = 765). Red value is 48 (19.14% from 255 or 17.45% from 275); Green value is 80 (31.64% from 255 or 29.09% from 275); Blue value is 147 (57.81% from 255 or 53.45% from 275); Max value from RGB is 147 - color contains mainly: blue. Hex color #305093 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #305093 is #CFAF6C. Grayscale: #4D4D4D. Windows color (decimal): -13610861 or 9654320. OLE color: 9654320.

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

Color convert

RGB 48 80 147 -
CMYK 0.67 0.46 0 0.42
HSL 220.61º 0.51% 0.38% -
HSV(B) 220.61º 0.67% 0.58% -
XYZ 9.35 8.47 28.75 -
YUV 78.07 166.9 106.55 -
System Red Green Blue C M Y K H S L
Decimal 48 80 147 0.67 0.46 0 0.42 220.61 0.51 0.38
Hex 30 50 93 43 2E 0 2A DD 33 26
Octal 60 120 223 103 56 0 52 335 63 46
Binary 110000 1010000 10010011 1000011 101110 0 101010 11011101 110011 100110

Color Harmonies of #305093

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #305093

Black with #305093

Text Example


Text Example

White with #305093

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #305093; }

 p { color: rgb(48,80,147); }

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

background-color css

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

 a { background-color: rgb(48,80,147); }

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

border-color css

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

 span { border-color: rgb(48,80,147); }

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