#38498A

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

Shades of Tory Blue #38498A

Tints of Tory Blue #38498A

Color information

#38498A (or 0x38498A) is unknown color: approx Tory Blue. HEX triplet: 38, 49 and 8A. RGB value is (56,73,138). Sum of RGB (Red+Green+Blue) = 56+73+138=267 (35% of max value = 765). Red value is 56 (22.27% from 255 or 20.97% from 267); Green value is 73 (28.91% from 255 or 27.34% from 267); Blue value is 138 (54.30% from 255 or 51.69% from 267); Max value from RGB is 138 - color contains mainly: blue. Hex color #38498A is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #38498A is #C7B675. Grayscale: #4B4B4B. Windows color (decimal): -13088374 or 9062712. OLE color: 9062712.

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

Color convert

RGB5673138-
CMYK0.590.4700.46
HSL227.56º42.27%38.04%-
HSV(B)227.56º59.42%54.12%-
XYZ8.67.4425.03-
YUV75.33163.37114.21-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 20.97%
GREEN value IS 73 (28.91% from 255) = 27.34%
BLUE value IS 138 (54.30% from 255) = 51.69%
R=20.97%
G=27.34%
B=51.69%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal56731380.590.4700.46227.5642.2738.04
Hex38498A3B2F02Ee42a26
Octal7011121273570563445246
Binary111000100100110001010111011101111010111011100100101010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #38498A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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