#30438A

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

Shades of Tory Blue #30438A

Tints of Tory Blue #30438A

Color information

#30438A (or 0x30438A) is unknown color: approx Tory Blue. HEX triplet: 30, 43 and 8A. RGB value is (48,67,138). Sum of RGB (Red+Green+Blue) = 48+67+138=253 (33% of max value = 765). Red value is 48 (19.14% from 255 or 18.97% from 253); Green value is 67 (26.56% from 255 or 26.48% from 253); Blue value is 138 (54.30% from 255 or 54.55% from 253); Max value from RGB is 138 - color contains mainly: blue. Hex color #30438A is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #30438A is #CFBC75. Grayscale: #454545. Windows color (decimal): -13614198 or 9061168. OLE color: 9061168.

HSL color Cylindrical-coordinate representation of color #30438A: hue angle of 227.33º degrees, saturation: 0.48, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #30438A is Cyan = 0.65, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB4867138-
CMYK0.650.5100.46
HSL227.33º48.39%36.47%-
HSV(B)227.33º65.22%54.12%-
XYZ7.816.4824.88-
YUV69.41166.71112.73-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 18.97%
GREEN value IS 67 (26.56% from 255) = 26.48%
BLUE value IS 138 (54.30% from 255) = 54.55%
R=18.97%
G=26.48%
B=54.55%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal48671380.650.5100.46227.3348.3936.47
Hex30438A413302Ee33024
Octal60103212101630563436044
Binary1100001000011100010101000001110011010111011100011110000100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #30438A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #30438A; }

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

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

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

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

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

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

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

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