Html Css Color HEX #303F91 Tory Blue

📋 copy color: '#303F91'

red 48 ◦ green 63 ◦ blue 145

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

Shades of Tory Blue #303F91

Tints of Tory Blue #303F91

RGB

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

 GREEN value IS 63 (25% from 255) = 24.61%

 BLUE value IS 145 (57.03% from 255) = 56.64%

R = 18.75%
G = 24.61%
B = 56.64%

CMYK

 C value IS 0.67

 M value IS 0.57

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#303F91 (or 0x303F91) is known color: Tory Blue. HEX triplet: 30, 3F and 91. RGB value is (48,63,145). Sum of RGB (Red+Green+Blue) = 48+63+145=256 (33% of max value = 765). Red value is 48 (19.14% from 255 or 18.75% from 256); Green value is 63 (25% from 255 or 24.61% from 256); Blue value is 145 (57.03% from 255 or 56.64% from 256); Max value from RGB is 145 - color contains mainly: blue. Hex color #303F91 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #303F91 is #CFC06E. Grayscale: #434343. Windows color (decimal): -13615215 or 9518896. OLE color: 9518896.

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

Color convert

RGB 48 63 145 -
CMYK 0.67 0.57 0 0.43
HSL 230.72º 0.5% 0.38% -
HSV(B) 230.72º 0.67% 0.57% -
XYZ 8.11 6.23 27.56 -
YUV 67.86 171.53 113.83 -
System Red Green Blue C M Y K H S L
Decimal 48 63 145 0.67 0.57 0 0.43 230.72 0.5 0.38
Hex 30 3F 91 43 39 0 2B E7 32 26
Octal 60 77 221 103 71 0 53 347 62 46
Binary 110000 111111 10010001 1000011 111001 0 101011 11100111 110010 100110

Color Harmonies of #303F91

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #303F91

Black with #303F91

Text Example


Text Example

White with #303F91

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #303F91; }

 p { color: rgb(48,63,145); }

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

background-color css

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

 a { background-color: rgb(48,63,145); }

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

border-color css

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

 span { border-color: rgb(48,63,145); }

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