Html Css Color HEX #305090 Tory Blue

📋 copy color: '#305090'

red 48 ◦ green 80 ◦ blue 144

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

Shades of Tory Blue #305090

Tints of Tory Blue #305090

RGB

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

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

 BLUE value IS 144 (56.64% from 255) = 52.94%

R = 17.65%
G = 29.41%
B = 52.94%

CMYK

 C value IS 0.67

 M value IS 0.44

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#305090 (or 0x305090) is known color: Tory Blue. HEX triplet: 30, 50 and 90. RGB value is (48,80,144). Sum of RGB (Red+Green+Blue) = 48+80+144=272 (36% of max value = 765). Red value is 48 (19.14% from 255 or 17.65% from 272); Green value is 80 (31.64% from 255 or 29.41% from 272); Blue value is 144 (56.64% from 255 or 52.94% from 272); Max value from RGB is 144 - color contains mainly: blue. Hex color #305090 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #305090 is #CFAF6F. Grayscale: #4D4D4D. Windows color (decimal): -13610864 or 9457712. OLE color: 9457712.

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

Color convert

RGB 48 80 144 -
CMYK 0.67 0.44 0 0.44
HSL 220º 0.5% 0.38% -
HSV(B) 220º 0.67% 0.56% -
XYZ 9.12 8.38 27.52 -
YUV 77.73 165.4 106.8 -
System Red Green Blue C M Y K H S L
Decimal 48 80 144 0.67 0.44 0 0.44 220 0.5 0.38
Hex 30 50 90 43 2C 0 2C DC 32 26
Octal 60 120 220 103 54 0 54 334 62 46
Binary 110000 1010000 10010000 1000011 101100 0 101100 11011100 110010 100110

Color Harmonies of #305090

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #305090

Black with #305090

Text Example


Text Example

White with #305090

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #305090; }

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

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

background-color css

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

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

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

border-color css

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

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

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