#38458A

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

Shades of Tory Blue #38458A

Tints of Tory Blue #38458A

Color information

#38458A (or 0x38458A) is unknown color: approx Tory Blue. HEX triplet: 38, 45 and 8A. RGB value is (56,69,138). Sum of RGB (Red+Green+Blue) = 56+69+138=263 (34% of max value = 765). Red value is 56 (22.27% from 255 or 21.29% from 263); Green value is 69 (27.34% from 255 or 26.24% from 263); Blue value is 138 (54.30% from 255 or 52.47% from 263); Max value from RGB is 138 - color contains mainly: blue. Hex color #38458A is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #38458A is #C7BA75. Grayscale: #484848. Windows color (decimal): -13089398 or 9061688. OLE color: 9061688.

HSL color Cylindrical-coordinate representation of color #38458A: hue angle of 230.49º 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 #38458A is Cyan = 0.59, Magento = 0.5, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB5669138-
CMYK0.590.500.46
HSL230.49º42.27%38.04%-
HSV(B)230.49º59.42%54.12%-
XYZ8.356.9324.94-
YUV72.98164.69115.89-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 21.29%
GREEN value IS 69 (27.34% from 255) = 26.24%
BLUE value IS 138 (54.30% from 255) = 52.47%
R=21.29%
G=26.24%
B=52.47%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.5
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal56691380.590.500.46230.4942.2738.04
Hex38458A3B3202Ee62a26
Octal7010521273620563465246
Binary111000100010110001010111011110010010111011100110101010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #38458A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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