Html Css Color HEX #303F94 Tory Blue

📋 copy color: '#303F94'

red 48 ◦ green 63 ◦ blue 148

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

Shades of Tory Blue #303F94

Tints of Tory Blue #303F94

RGB

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

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

 BLUE value IS 148 (58.2% from 255) = 57.14%

R = 18.53%
G = 24.32%
B = 57.14%

CMYK

 C value IS 0.68

 M value IS 0.57

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#303F94 (or 0x303F94) is known color: Tory Blue. HEX triplet: 30, 3F and 94. RGB value is (48,63,148). Sum of RGB (Red+Green+Blue) = 48+63+148=259 (34% of max value = 765). Red value is 48 (19.14% from 255 or 18.53% from 259); Green value is 63 (25% from 255 or 24.32% from 259); Blue value is 148 (58.20% from 255 or 57.14% from 259); Max value from RGB is 148 - color contains mainly: blue. Hex color #303F94 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #303F94 is #CFC06B. Grayscale: #434343. Windows color (decimal): -13615212 or 9715504. OLE color: 9715504.

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

Color convert

RGB 48 63 148 -
CMYK 0.68 0.57 0 0.42
HSL 231º 0.51% 0.38% -
HSV(B) 231º 0.68% 0.58% -
XYZ 8.34 6.32 28.8 -
YUV 68.21 173.03 113.59 -
System Red Green Blue C M Y K H S L
Decimal 48 63 148 0.68 0.57 0 0.42 231 0.51 0.38
Hex 30 3F 94 44 39 0 2A E7 33 26
Octal 60 77 224 104 71 0 52 347 63 46
Binary 110000 111111 10010100 1000100 111001 0 101010 11100111 110011 100110

Color Harmonies of #303F94

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #303F94

Black with #303F94

Text Example


Text Example

White with #303F94

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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