#304383

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

Shades of Tory Blue #304383

Tints of Tory Blue #304383

Color information

#304383 (or 0x304383) is unknown color: approx Tory Blue. HEX triplet: 30, 43 and 83. RGB value is (48,67,131). Sum of RGB (Red+Green+Blue) = 48+67+131=246 (32% of max value = 765). Red value is 48 (19.14% from 255 or 19.51% from 246); Green value is 67 (26.56% from 255 or 27.24% from 246); Blue value is 131 (51.56% from 255 or 53.25% from 246); Max value from RGB is 131 - color contains mainly: blue. Hex color #304383 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #304383 is #CFBC7C. Grayscale: #444444. Windows color (decimal): -13614205 or 8602416. OLE color: 8602416.

HSL color Cylindrical-coordinate representation of color #304383: hue angle of 226.27º degrees, saturation: 0.46, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #304383 is Cyan = 0.63, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB4867131-
CMYK0.630.4900.49
HSL226.27º46.37%35.1%-
HSV(B)226.27º63.36%51.37%-
XYZ7.326.2822.3-
YUV68.61163.21113.3-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 19.51%
GREEN value IS 67 (26.56% from 255) = 27.24%
BLUE value IS 131 (51.56% from 255) = 53.25%
R=19.51%
G=27.24%
B=53.25%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal48671310.630.4900.49226.2746.3735.1
Hex3043833F31031e22e23
Octal6010320377610613425643
Binary110000100001110000011111111110001011000111100010101110100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #304383

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #304383; }

 p { color: rgb(48,67,131); }

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

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

 a { background-color: rgb(48,67,131); }

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

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

 span { border-color: rgb(48,67,131); }

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