#38439C

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

Shades of Tory Blue #38439C

Tints of Tory Blue #38439C

Color information

#38439C (or 0x38439C) is unknown color: approx Tory Blue. HEX triplet: 38, 43 and 9C. RGB value is (56,67,156). Sum of RGB (Red+Green+Blue) = 56+67+156=279 (36% of max value = 765). Red value is 56 (22.27% from 255 or 20.07% from 279); Green value is 67 (26.56% from 255 or 24.01% from 279); Blue value is 156 (61.33% from 255 or 55.91% from 279); Max value from RGB is 156 - color contains mainly: blue. Hex color #38439C is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #38439C is #C7BC63. Grayscale: #494949. Windows color (decimal): -13089892 or 10240824. OLE color: 10240824.

HSL color Cylindrical-coordinate representation of color #38439C: hue angle of 233.4º degrees, saturation: 0.47, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #38439C is Cyan = 0.64, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB5667156-
CMYK0.640.5700.39
HSL233.4º47.17%41.57%-
HSV(B)233.4º64.1%61.18%-
XYZ9.647.2632.34-
YUV73.86174.36115.26-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 20.07%
GREEN value IS 67 (26.56% from 255) = 24.01%
BLUE value IS 156 (61.33% from 255) = 55.91%
R=20.07%
G=24.01%
B=55.91%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal56671560.640.5700.39233.447.1741.57
Hex38439C4039027e92f2a
Octal70103234100710473515752
Binary1110001000011100111001000000111001010011111101001101111101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #38439C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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