#38439E

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

Shades of Tory Blue #38439E

Tints of Tory Blue #38439E

Color information

#38439E (or 0x38439E) is unknown color: approx Tory Blue. HEX triplet: 38, 43 and 9E. RGB value is (56,67,158). Sum of RGB (Red+Green+Blue) = 56+67+158=281 (37% of max value = 765). Red value is 56 (22.27% from 255 or 19.93% from 281); Green value is 67 (26.56% from 255 or 23.84% from 281); Blue value is 158 (62.11% from 255 or 56.23% from 281); Max value from RGB is 158 - color contains mainly: blue. Hex color #38439E is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #38439E is #C7BC61. Grayscale: #494949. Windows color (decimal): -13089890 or 10371896. OLE color: 10371896.

HSL color Cylindrical-coordinate representation of color #38439E: hue angle of 233.53º degrees, saturation: 0.48, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #38439E is Cyan = 0.65, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB5667158-
CMYK0.650.5800.38
HSL233.53º47.66%41.96%-
HSV(B)233.53º64.56%61.96%-
XYZ9.817.3233.24-
YUV74.09175.36115.1-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 19.93%
GREEN value IS 67 (26.56% from 255) = 23.84%
BLUE value IS 158 (62.11% from 255) = 56.23%
R=19.93%
G=23.84%
B=56.23%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal56671580.650.5800.38233.5347.6641.96
Hex38439E413A026ea302a
Octal70103236101720463526052
Binary1110001000011100111101000001111010010011011101010110000101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #38439E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #38439E; }

 p { color: rgb(56,67,158); }

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

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

 a { background-color: rgb(56,67,158); }

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

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

 span { border-color: rgb(56,67,158); }

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