#303d95

Color #303D95 Tory Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Tory Blue #303D95

Tints of Tory Blue #303D95

Color information

#303D95 (or 0x303D95) is unknown color: approx Tory Blue. HEX triplet: 30, 3D and 95. RGB value is (48,61,149). Sum of RGB (Red+Green+Blue) = 48+61+149=258 (34% of max value = 765). Red value is 48 (19.14% from 255 or 18.60% from 258); Green value is 61 (24.22% from 255 or 23.64% from 258); Blue value is 149 (58.59% from 255 or 57.75% from 258); Max value from RGB is 149 - color contains mainly: blue. Hex color #303D95 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #303D95 is #CFC26A. Grayscale: #424242. Windows color (decimal): -13615723 or 9780528. OLE color: 9780528.

HSL color Cylindrical-coordinate representation of color #303D95: hue angle of 232.28º 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 #303D95 is Cyan = 0.68, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB4861149-
CMYK0.680.5900.42
HSL232.28º51.27%38.63%-
HSV(B)232.28º67.79%58.43%-
XYZ8.316.1429.18-
YUV67.14174.19114.34-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 18.60%
GREEN value IS 61 (24.22% from 255) = 23.64%
BLUE value IS 149 (58.59% from 255) = 57.75%
R=18.60%
G=23.64%
B=57.75%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal48611490.680.5900.42232.2851.2738.63
Hex303D95443B02Ae83327
Octal6075225104730523506347
Binary110000111101100101011000100111011010101011101000110011100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #303d95

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #303d95;
 }
 .AnyTagClassName
 {
   color: #303d95;
 }
</style>
background-color css

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

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

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

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

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

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