Html Css Color HEX #303F95 Tory Blue

📋 copy color: '#303F95'

red 48 ◦ green 63 ◦ blue 149

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

Shades of Tory Blue #303F95

Tints of Tory Blue #303F95

RGB

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

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

 BLUE value IS 149 (58.59% from 255) = 57.31%

R = 18.46%
G = 24.23%
B = 57.31%

CMYK

 C value IS 0.68

 M value IS 0.58

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#303F95 (or 0x303F95) is known color: Tory Blue. HEX triplet: 30, 3F and 95. RGB value is (48,63,149). Sum of RGB (Red+Green+Blue) = 48+63+149=260 (34% of max value = 765). Red value is 48 (19.14% from 255 or 18.46% from 260); Green value is 63 (25% from 255 or 24.23% from 260); Blue value is 149 (58.59% from 255 or 57.31% from 260); Max value from RGB is 149 - color contains mainly: blue. Hex color #303F95 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #303F95 is #CFC06A. Grayscale: #434343. Windows color (decimal): -13615211 or 9781040. OLE color: 9781040.

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

Color convert

RGB 48 63 149 -
CMYK 0.68 0.58 0 0.42
HSL 231.09º 0.51% 0.39% -
HSV(B) 231.09º 0.68% 0.58% -
XYZ 8.42 6.35 29.22 -
YUV 68.32 173.53 113.51 -
System Red Green Blue C M Y K H S L
Decimal 48 63 149 0.68 0.58 0 0.42 231.09 0.51 0.39
Hex 30 3F 95 44 3A 0 2A E7 33 27
Octal 60 77 225 104 72 0 52 347 63 47
Binary 110000 111111 10010101 1000100 111010 0 101010 11100111 110011 100111

Color Harmonies of #303F95

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #303F95

Black with #303F95

Text Example


Text Example

White with #303F95

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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