#38468A

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

Shades of Tory Blue #38468A

Tints of Tory Blue #38468A

Color information

#38468A (or 0x38468A) is unknown color: approx Tory Blue. HEX triplet: 38, 46 and 8A. RGB value is (56,70,138). Sum of RGB (Red+Green+Blue) = 56+70+138=264 (34% of max value = 765). Red value is 56 (22.27% from 255 or 21.21% from 264); Green value is 70 (27.73% from 255 or 26.52% from 264); Blue value is 138 (54.30% from 255 or 52.27% from 264); Max value from RGB is 138 - color contains mainly: blue. Hex color #38468A is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #38468A is #C7B975. Grayscale: #494949. Windows color (decimal): -13089142 or 9061944. OLE color: 9061944.

HSL color Cylindrical-coordinate representation of color #38468A: hue angle of 229.76º degrees, saturation: 0.42, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #38468A is Cyan = 0.59, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB5670138-
CMYK0.590.4900.46
HSL229.76º42.27%38.04%-
HSV(B)229.76º59.42%54.12%-
XYZ8.417.0624.96-
YUV73.57164.36115.47-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 21.21%
GREEN value IS 70 (27.73% from 255) = 26.52%
BLUE value IS 138 (54.30% from 255) = 52.27%
R=21.21%
G=26.52%
B=52.27%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal56701380.590.4900.46229.7642.2738.04
Hex38468A3B3102Ee62a26
Octal7010621273610563465246
Binary111000100011010001010111011110001010111011100110101010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #38468A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(56,70,138); }

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

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

 a { background-color: rgb(56,70,138); }

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

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

 span { border-color: rgb(56,70,138); }

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